Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make index.html show instead of Default.aspx?

Tags:

asp.net

We are working on an aspx site that we would like to not show users until we are ready to launch. The Default.aspx seems to have more "power" over my index.html file. All I would like to do is show the index.html by default and when working on the site, we can navigate to Default.aspx and work from there.

like image 580
Keith Donegan Avatar asked Dec 02 '22 03:12

Keith Donegan


1 Answers

This is an IIS setting.

In IIS 7 or above, use the Default Document tool. In IIS 6 or below, use the "Default Documents" tab.

like image 69
John Saunders Avatar answered Jun 14 '23 12:06

John Saunders