Just created a blank \"ASP.NET Web Application\". Where\'s the entry point?
I see \"Default.aspx\" which seems to be the default template that calls. \"Site.Master\" whi
There's no notion of entry point. The way it works is that the user sends an HTTP request to an url and this url sends a response to the user. In the properties of the project you could configure which URL to launch in Visual Studio when you hit F5 because by default it launches the file you are currently editing.
Also the web server has a notion of default document i.e. if you don't specify any page it will load the default documents in the order they are configured: