Why are the Global.asax events not firing in my ASP .NET website?

前端 未结 11 1932
执笔经年
执笔经年 2020-12-11 15:24

I\'ve been developing an ASP .NET 3.5 web application against Cassini, the built-in web development server, rather than against IIS.

In my Global.asax file, in the A

11条回答
  •  粉色の甜心
    2020-12-11 16:07

    If you make a request to your app does the "Application_Start" fire then? I don't believe it will be started until the first request is made.

提交回复
热议问题