This document describes how to install and configure Microsoft IIS for E-WMS ASP on Windows 8 or Windows 7, until release 410.
For IIS installation and configuration from release 411, please see this document.
In IIS, usage of non-default .NET usage or for instance usage of a 32bit application, is managed through IIS 'Application pools'. Application pools are also used to isolate web applications. In release 410 and earlier, E-WMS ASP is a 32-bit web application, and requires .NET framework 3.5. Therefore it is required to link an application pool with specific settings.
Start the IIS manager and expand the server name. Right click on "Application Pools" and select Add Application Pool. Name the Application Pool, for instance E-WMS.
E-WMS (410 and earlier) requires following configuration:
Press OK to save this new Application Pool.
For release 410 and earlier and in 64-bit Windows, it is necessary to define a specific setting, which is only available in the Application Pool settings.
Start the IIS manager and expand the server name. Click on "Application Pools", a list with available Application Pools will show. Select the pool you want to use for E-WMS and then press right click, Advanced Settings. On a 64-bit server, change the setting "Enable 32-bit Applications" to True and press OK. Also make sure 'Managed Pipeline Mode' is set to 'Classic'.
When a specific Application Pool was configured for E-WMS, it still has to be linked to the E-WMS web site.
Start IIS manager, expand the server name, expand "Sites", expand "Default web site". Click on the E-WMS web site and choose Basic settings in the far right panel. Click on Select and choose the specific Application Pool which was created in the previous step: Press OK to save this configuration.