[This is preliminary documentation and subject to change]
This section covers the following topics:
If your Web browser returned either the Cannot find server error or The page cannot be displayed error, then use the ping command to test for the following:
The ping command is used from a command prompt window. Before you can ping your server, you need to determine the server name or its IP address. If you want to ping your server by name and your server is on an intranet, you need to know its NetBios name; if you want to ping your server by name and your server connects to the Internet, you need to know its fully qualified domain name (FQDN).
Use the ipconfig command from the command prompt on the IIS server. See Related Topics for more information about the ipconfig command.
Important
To adequately test network connectivity,
it is necessary to ping your server from a remote computer. If you
run a ping command from your local server, the ping does not enter
the network loops within your local server.
If your server is on an intranet, use its NetBios name to ping your server.
If your server is on the Internet, use its fully qualified domain name (FQDN) to ping your server.
After pinging your server, one of the following happens:
If you receive a Request timed out error, the Web server is not responding to network requests or there is some kind of network failure between the remote computer and the server. See Related Topics for additional troubleshooting information.
If you receive an Unknown host error, try to ping your server by IP address to determine if you have a name resolution problem.
After pinging your server, one of the following happens:
If the server responds when you ping its IP address but does not respond when you ping the server name, you have a name resolution problem. Search for the keywords name resolution in the Windows online help troubleshooting procedures.
If you receive a Request timed out or Unknown host error, the Web server is not responding to network requests or there is some kind of network failure between the remote computer and the server. See Related Topics for additional troubleshooting information.
If you receive either the Under Construction or The site you are trying to reach does not currently have a default page error, you need to verify and/or change the location of your default Web site. By default, the files for your default Web site are located at x:\inetpub\wwwroot, where x is the drive that Windows is installed on. For example, if Windows is installed to your c: drive, the content files for your default home page are stored at c:\inetpub\wwwroot.
Important
You need to test the location of your
content files from the server that is running IIS.
Note
If you want to change the local path to your
content files, click the Browse button on the Home Directory
property sheet or enter a new location in the Local Path
text box. Be sure to verify your content files exist in the correct
folder. Click the Help button on the Home Directory property
sheet for more information.
If you receive a The page cannot be displayed error, you may need to restart IIS if you cannot locate the source of the problem by Pinging your server. Use the IIS snap-in to start or stop any Web site on your IIS server or restart the World Wide Web (WWW) publishing service, which restarts IIS at the server level. When you restart the the WWW Publishing service, all sites running from the designated computer are affected. Before restarting IIS, you must be a member of the Administrator group on the Windows computer that you wish to administer. For more information about users and groups search for the keyword group in the Windows online help.
Important
You need to restart IIS from the server
that is running IIS.
Related Topics