By default, the setup process for ArchiOffice/EngineerOffice creates the AO20xx (or EO20xx) application under Default Web Site and assigns Anonymous Authentication to it. It also creates the Admin Application under AO20xx and assigns Windows Authentication to it. User wants to rename the application.
Typically, the IIS Manager does not allow renaming of an application. However, if you need to rename the ArchiOffice application, follow the instructions below:
- Open the Command Prompt (you may type ‘c prompt’ in the search field under the Start menu.
- Enter the following commands:
C:
CD\WINDOWS\SYSTEM32\INETSRV
appcmd set app "Default Web Site/AO20xx" -path:/NewApplicationName
Substitute NewApplicationName with whatever name you want to use. The new path to launch ArchiOffice will then be: http://ServerAddress/NewApplicationName