What is a Default ASPX File Name?
Default.aspx - When a client browser requests a web server directory on a Microsoft IIS-server that uses ASP.NET, the default web page is loaded. For example, when a client requests http: / / www.sampledomain.com / the server loads http: / / / www.sampledomain.com / Default.aspx, unless it is configured to load a different file.