This document describes the steps to install and configure Microsoft IIS in Windows Server 2003 for WMS ASP. Prerequisites are the installation of Microsoft .NET Framework and Globe with WMS.
In Windows 2003, go to Start/Settings/Control panel/Add or remove programs. Click on 'Add/Remove Windows Components' in the left pane.
In the list of Windows Components, select the checkmark before 'Application Server' and press 'Details'.
Select the following options in the list for 'Application Server':
Press OK until the screen showing 'Application Server' as enabled option appears again, and press Next. Now Windows will start installing, you may need the original Windows 2003 installation CD.
The IIS manager can be started with Start/Programs/Administrative Tools/Internet Information Services (IIS) Manager, or by selecting Start, Run and typing INETMGR. First activate ASP by selecting 'Web Service Extensions', change 'Active Server Pages' and 'ASP.NET v*' in the right panel to 'allowed'.
Now, in the left panel, expand (server name), Web Sites, Default Web Site.Right-click on Default Web Site and choose New, Virtual Directory.In the Virtual Directory Creation Wizard, first press Next. Configure the following options:
After pressing Finish, a new virtual directory with the assigned alias has been created. Still some properties have to be defined. Select the new created alias and press right-click, properties.Virtual directory tabWhen configured correctly before, nothing should need to be changed on this tab.Documents tab
Press 'Add' and type default.aspx in the pop-up 'Default content page'. Press OK. This entry will now show in the list with default documents:Directory Security tabPress Edit in the section Authentication and access control. Make sure only the option Enable anonymous access is activated.ASP.NET tabMake sure that version 2.0.50727 (=Framework 3.5 SP1) is selected as ASP.NET version. Press OK on the main properties screen to save all changed settings.
If you are using Windows Server 2003 64 bit (x64), you will have to enable 32 bit application support by performing following actions:
To test the working op WMS ASP you can select right-click, browse on the virtual folder you created. The Pick-IT login screen should show in the right panel.