SUMMARY
This step-by-step article describes how to configure the default document in Internet Information Services (IIS) 5.0.
The default document is the file that is sent by the Web server when it receives a request for a Uniform Resource Locator (URL) that does not specify a file name (for example, http://
MyWebSite). The default document can be the home page of a Web site, or an index page that displays a hypertext listing of the contents of the site or folder.
You can configure the default document settings for the Web site or folder. You can specify more than one default document for a Web site or folder. IIS searches for and serves default documents in the order in which they are listed. IIS returns the first document that it finds. If the first document in the list is unavailable, the server displays the next default document in the list. If no match is found and folder browsing is activated for that site or folder, IIS returns a folder listing. If folder browsing is not activated, IIS returns an "HTTP Error 403 - Forbidden" message to the browser.
Examples of default document names include Default.htm, Default.asp, Index.htm, and Index.html.
back to the top
How to Configure the Default Document
To configure default document settings in IIS:
- Start Internet Services Manager, or start the Microsoft Management Console (MMC) that contains the IIS snap-in.
- Right-click the Web site, virtual folder, or folder whose default document settings you want to configure, and then click Properties.
- Click the Documents tab.
- Click to select the Enable Default Document check box. This turns on default document handling for the Web site, virtual folder, or folder that you selected.
- To add a new default document:
- Click Add.
- In the Default Document Name box, type the name of the default document that you want to add (for example, type Index.htm), and then click OK.
NOTE: Make sure that the name of the new default document that you add matches the name of the actual default document file. Also, make sure that the file exists in the appropriate content folder on the Web site.
- To change the search order priority, click the document that you want to move, and then click the Up or Down button to move the document to the position in the list that you want.
- To remove a default document, click the document that you want to remove, and then click Remove.
- Click OK, and then quit Internet Services Manager, or the IIS snap-in.
back to the top
Troubleshooting
For additional information about how to troubleshoot issues with document settings in IIS, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
247677 Error Message: 403.2 Forbidden: Read Access Forbidden
185380 "Directory Listing Denied" When Browsing a Web Site
back to the top
REFERENCES
For more information about IIS, see the IIS documentation. If IIS is installed on the computer, start Microsoft Internet Explorer, type the following address in the
Address box, and then press ENTER:
Or, view the IIS documentation at the following Microsoft Web site:
back to the top