The next step is to create a new Site for the Server service.
1- Right-click the Sites node.
2- Click Add Web Site.
3- Define Settings of the Server Site:
In the following window, you can define the page name, the physical path (where the website files should be located), the application pool, and the port. The default server setting should be selected as the application pool for this application. The DefaultAppPool application pool should be used for additional applications or Web services. The settings for the individual application pools are explained under Recommended ApplicationPool Settings.
The Server service is addressed as follows using the port assigned here; for example, if the address of the Web server corresponds to http://webserver/, the complete address for assigning port 1337 would be http://webserver:1337/. The port number must be greater than 1000 and not yet assigned elsewhere. A separate port should be assigned for each additional application.
The Physical Path is the folder where you want to install AMANA’s Server service.
4- Close the window by clicking OK.
5- Open Advanced Settings of the Server Site:
The already existing Default Website settings have to be adjusted as well. To do this, open the advanced settings of the default website as shown in the figure.
6- Review Advanced Settings
DefaultAppPool must be selected as the application pool.
Click OK to accept the settings. The basic settings are now complete for the Server side.