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

前端 未结 11 1929
执笔经年
执笔经年 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 15:57

    You may be getting a runtime exception that is occurring before your .NET code even gets a chance to run. If you look under the Event Viewer's Application logs, you may see some warnings or errors that will clue you in to what is happening.

提交回复
热议问题