If your site uses a default document that isn't configured on our system (e.g. default.html), you can use a feature of IIS7 to configure this. To set default documents, create a file named web.config and place it in the root of your site. In that file add the following:
Change default.html to your default document. To enable more than one document, add another "
If you already use a web.config file for your ASP.NET site, you can just add the following in your "