ASP.NET Entry Point?

后端 未结 5 819
长情又很酷
长情又很酷 2021-02-05 05:14

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

5条回答
  •  遥遥无期
    2021-02-05 05:53

    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

提交回复
热议问题