I have an empty ASP.NET application and I added an index.html file. I want to set the index.html as default page for the site.
I have tried to right click on the ind
Assuming the web app is running in IIS, the default page can be specified in a web.config file: