This document describes how to install and configure Microsoft IIS for E-WMS ASP on Windows 8 or Windows 7, from release 411.
For IIS installation and configuration in release 410 and earlier, 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'. Since release 411, E-WMS uses .NET 4, is a 64bit application and uses 'integrated pipelines'. These are the default settings for the IIS 'DefaultAppPool' which is default linked to new web applications. Therefore, creating and linking a specific application pool for E-WMS is optional from release 411. Application pools are also used to isolate web applications. If you are using multiple web applications on this IIS server, it is advised to create a separate application pool for each web application.
In the IIS manager, expand the server name. Right click on "Application Pools" and select Add Application Pool. Name the Application Pool, for instance WMS.
From release 411, E-WMS requires following configuration:
Press OK to save this new Application Pool.
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.