i have default.aspx and index.html. I uploaded both to the server, but i want my first page start with index.html. What should I do?
You need to configure it in the properties of the virtual directory hosting the ASP.NET application. Put index.html before default.aspx
index.html
default.aspx
(source: plus2net.com)