This document describes the steps to install and configure Microsoft IIS for E-WMS ASP on a Windows 2012(R2) server, per product update 411.
Please refer to this document for the IIS configuration in release 410 and earlier.
This document contains following sections:
For E-WMS ASP, following is minimal required:
E-WMS does not use 'Windows authentication' but 'Anonymous authentication'. Press Next when done.
Start the IIS manager to create or configure the E-WMS ASP website. You can start IIS manager in a number of ways;
In the IIS manager, expand the IIS server name.
3.1 Application pool
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.
To create an application pool for E-WMS, right-click on Application pools and select Add application pool.
wms
Following configuration is required for E-WMS:
3.2 WMS website
To create a new website, expand the IIS server name, expand Sites, right-click on Default Web Site, then choose Add application:
In the next screen, decide on the website name, for example 'wms'. This will be the last part of the URL that will be used on the WMS hand terminals (http://webserver/wms).
Now you can test if the site would work. Select Browse *:80 http:
When one of these pages shows, then the website works OK and you can close Internet Explorer.
Next, you can configure folder rights (only required when using Internet Explorer as WMS client) and setup the database connections for E-WMS ASP.
After that. the next test would be to access the website from WMSclient on a PC or a scanner.
If you do not see the screen as in the previous chapter, but an error message instead, you can check in support documents if the error message is known.
Some general hints: