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?
in your default.aspx page write this in your code behind if you don't have access to IIS.
Response.Redirect("index.htm");