MD_DEFAULT_LOAD_FILE

This identifier contains a list of possible default HTML document names. If the browser makes a request that lacks a file name, the server will search the list of default files in order. The first file from the list it finds that actually exists in the browser-specified directory will be sent to the browser. Multiple file names can be specified as a comma-delimited list, such as Filename1, Filename2, and so on.

Attributes

Data type STRING
Default inheritance Inheritable
User type IIS_MD_UT_FILE

Values

Default Value
default.htm

Metabase Keys

This identifier is available at the following metabase keys:

Metabase Path Key Type
/LM/W3SVC IIsWebService
/LM/W3SVC/n IIsWebServer
/LM/W3SVC/n/ROOT IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir/WebDirectory IIsWebDirectory

Remarks

If the MD_DIRBROW_LOADDEFAULT flag is not set in the MD_DIRECTORY_BROWSING identifier, the server will not search for a default document.

See Also

DefaultDoc, MD_DIRECTORY_BROWSING


© 1997 by Microsoft Corporation. All rights reserved.