To set the default document of the web site using web.config, add the following lines inside the system.webServer.
-
<defaultDocument>
-
<files>
-
<clear />
-
<add value="myhomepage.aspx" />
-
</files>
-
</defaultDocument>
To set the default document of the web site using web.config, add the following lines inside the system.webServer.
asp.net, aspx, defaultdocument
This entry was posted on Wednesday, May 5th, 2010 at 10:32 am and is filed under .NET, ASP.Net. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)