SYMPTOM:
When installing Strategy Mobile 9.3.1 ASP.NET version in Windows Server 2003, the following informative message shows up:

Strategy Mobile Server (ASP.NET) requirements: MISSING: "Default Web Site" in IIS
2) Take note of the site identifier (site ID) of the web site newly created. To do this, launch the Internet Information Services (IIS) Manager console, click on the Web Sites folder, so on the right side, take note of the site Identifier number, as shown:

3) Before changing the web site identifier number, the web site must be stopped by executing the following command from Command Prompt:
CSCRIPT C:\Inetpub\AdminScripts\adsutil.vbs STOP_SERVER W3SVC/<siteID>

5) Now that the web site is stopped, it is necessary to change its ID with the desired number by executing the command below from Command Prompt:
CSCRIPT C:\Inetpub\AdminScripts\adsutil.vbs MOVE W3SVC/<siteID> W3SVC/1

7) Start the web site by running the command that follows from Command Prompt:
CSCRIPT C:\Inetpub\AdminScripts\adsutil.vbs START_SERVER W3SVC/1

Third Party Software Installation:
WARNING:
The third-party product(s) discussed in this technical note is manufactured by vendors independent of Strategy. Strategy makes no warranty, express, implied or otherwise, regarding this product, including its performance or reliability.