This value specifies the custom footer that is appended to HTML files returned to the client (footers are not appended to ASP files). The custom footer will be sent only if the EnableDocFooter property is TRUE. The footer can be a string, such as "STRING:ThisIsACustomFooter," or a reference to a file, such as "FILE:C:\Wwwroot\Footers\Footer.htm."
Data type | String |
Default value | Empty string |
Inheritance | Inheritable |
This property is accessible at the following locations:
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 |
/LM/W3SVC/N/ROOT/WebVirtualDir/WebDirectory/WebFile | IIsWebFile |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier | MD_FOOTER_DOCUMENT |
User type | IIS_MD_UT_FILE |
If the EnableDefaultDoc flag is not set in the DirBrowseFlags identifier, the server will not search for a default document.