Microsoft KB Archive/320051

From BetaArchive Wiki

Article ID: 320051

Article Last Modified on 12/3/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Internet Information Services 5.0
  • Microsoft Internet Information Server 4.0
  • Microsoft Internet Information Services 5.1
  • Microsoft Internet Information Services 6.0



This article was previously published under Q320051

We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

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:

  1. Start Internet Services Manager, or start the Microsoft Management Console (MMC) that contains the IIS snap-in.
  2. Right-click the Web site, virtual folder, or folder whose default document settings you want to configure, and then click Properties.
  3. Click the Documents tab.
  4. 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.
  5. To add a new default document:
    1. Click Add.
    2. 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.
  6. 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.
  7. To remove a default document, click the document that you want to remove, and then click Remove.
  8. Click OK, and then quit Internet Services Manager, or the IIS snap-in.

back to the top

Troubleshooting

For more information about how to troubleshoot issues with document settings in IIS, click the following article numbers 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

Keywords: kbhowtomaster KB320051