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
the entry is an IIS ISAPI extension that processes Asp.net requests. If you want the routing you could use Asp.net mvc, or use an HttpModule to intercept and route the requests.
see more about Asp.net here. https://web.archive.org/web/20100620062357/https://www.west-wind.com/presentations/howaspnetworks/howaspnetworks.asp