To resolve this issue, use one of the following methods:
Change the Port Number
- Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.
- Right-click the virtual server on which the Exadmin virtual folder is located, and then click Properties.
- Click the Web Site tab, and then modify the port number in the TCP Port box.
- Click OK.
Move Exadmin to the Server on Port 80
If you have more than one virtual servers, one of which is set to use port 80, you can copy Exadmin to that server:
- Click Start, click Run, type cmd in the Open box, and then press ENTER.
- At the command prompt, type the following commands, pressing ENTER after each command:
c:
cd \inetpub\adminscripts
cscript adsutil.vbs copy w3svc/1/root/exadmin w3svc/100/root/exadmin
NOTE: The preceding command assumes that "w3svc/1" is the Web site that currently hosts Exadmin, and "w3svc/100" is the Web site to which you copy Exadmin. You must set "w3svc/100" to use port 80.
To determine which Web site is which:
- At the command prompt, type the following commands, pressing ENTER after each command:
c:
cd \inetpub\adminscripts
cscript adsutil.vbs enum_all>AdsutilOutput.txt
notepad AdsutilOutput.txt
- In Notepad, click Find on the Edit menu. In the Find what box, type the name of the HTTP virtual server that is running on port 80 and to which you want to copy Exadmin, and then click OK. You may see output that is similar to the following, with the name of the virtual server selected:
[/W3SVC/100]
KeyType : (STRING) "IIsWebServer"
ServerState : (INTEGER) 2
ServerComment : (STRING) "MyNewHTTPServer"
ServerAutoStart : (BOOLEAN) True
ServerBindings : (LIST) (1 Items)
"192.168.0.11:80:"
SecureBindings : (LIST) (1 Items)
"192.168.0.11:443:"
MaxConnections : (INTEGER) 2000000000
ConnectionTimeout : (INTEGER) 900
DefaultLogonDomain : (STRING) "KAZOOCONSULTING"
Note that the name of the server is listed on the ServerComment line as MyNewHTTPServer, and the corresponding server number is listed at the top as /W3SVC/100. In this example, /W3SVC/100 is the server to which you will copy the Exadmin virtual folder.
- Determine the server that currently holds the Exadmin virtual folder. To do so, establish the name of the virtual server under which Exadmin is listed in Internet Services Manager. Repeat step B to find out the server number. This is the server from which you will copy Exadmin.
- Restart Internet Information Services and Exchange services.