What should my homepage be called?
Your homepage must be named one of the specified files, e.g. default.aspx or index.html; the priority follows the given order.
On an ASP server your start file (the file that is read when a user visits http://www.ditdomæne.dk) must be named one of the following:
- default.aspx
- index.aspx
- default.cshtml
- default.asp
- index.asp
- index.shtml
- default.wml
- index.wml
- default.html
- default.shtml
- default.htm
- index.htm
- index.html
The files are read in the order listed above, so the first-mentioned has higher priority than the others.
Article from the support category: ASP & ASP.NET