The sections below some issues you may encounter when configuring MobileTech.
If you cannot see the MobileTech Login page after installation, ASP.NET 1.1 may be misconfigured. To determine if this is the case:
Open IIS. Select Start > Programs > Administrative Tools > Internet Information Services. The Internet Information Services dialog box appears.
|
|
Note: |
Navigate to your MobileTech folder. You should find it in the Internet Information Services/(name of your computer)/Default Web Site/MobileTech..
Right-click the MobileTech folder and select Properties from the pop-up menu.
Click the HTTP Headers tab.
The Custom HTTP Headers box should display text similar to what appears in the above screenshot. If it does not, perform these steps:
Open a command prompt. To do so:
Select Start > Run. A Run dialog box appears.
Type "Command" or "cmd" in the Open field.
Press Enter. A "dos" or command prompt window appears.
Type "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i". Do not include the quotes.
Press Enter. ASP.NET 1.1. will be configured.
Test the MobileTech Connection. You should now see the login prompt.
Windows® XP Professional runs IIS 5.1, which, by default, only supports 10 connections. For many companies, this is not enough connections to support all of your users. The steps below enable you to increase IIS' connections limit to 40, which Windows has hardcoded as the maximum number of connections. If you want to support more then 40 concurrent users, you will need to use one of the Server operating systems.
To Increase the Connection Limit of IIS 5.1:
Select Start > Run. The Run dialog box appears.
Type cmd into the Open field.
Click OK. A command prompt window appears.
Type "cd \inetpub\adminscripts" at the prompt. This will connect you to the adminscripts folder.
Type "cscript adsutil.vbs set w3svc/MaxConnections 40" at the prompt. This will run a script that sets the MaxConnections value in the IIS database to 40 (the maximum allowed).
Type "iisreset" at the prompt. This command shuts down and starts IIS so that the new settings will take effect.
Back to the Table of Contents