Default Documents
Configures default document handling when mapping all requests to ASP.NET.
Remarks
When mapping all requests to ASP.NET, many of the default IIS features become unavailable or may have unintentional side effects. The <default-documents> element provides the ability for UrlRewriter.NET to automatically select a default document, replacing the in-built IIS functionality.
Examples
<default-documents>
<document>default.aspx</document>
<document>index.aspx</document>
</default-documents>