I am needing to create a second instance of Web Access (same version), but is an entirely separate website. It will be on the same box.
Is this possible?
I am needing to create a second instance of Web Access (same version), but is an entirely separate website. It will be on the same box.
Is this possible?
Yes it is possible , after you confirm the default virtual directory works correctly, then you can create a new one, make sure that is link to the correct application pool as well.
Also make sure all settings from the original virtual directory match the new virtual directory.
If you have the two virtual directories pointing at the same paths on disk, the web sites will be identical except for the URL. If that's not what you want, you'll want to make a copy the Web Files folder and point the second site at that. Note that applying patches and upgrades will not effect the second folder, since the installation doesn't know about it. It will be up to you to keep it up-to-date.