ASP.Net – Global.asax not firing
“I am experiencing problem with global.asax; events are not firing, I cant debug global.asax” One of my reader asked me.
Simple and reliable solution is.
Remove global.asax from your project and add again and leave in on the root of the project.
Since we are using ASP.Net 2.0 there is no Global.asax file in visual studio solution by default.
This will solve the problem, Global.asax
Posted on March 25, 2008, in ASp.NET 2005, ASP.NET Tips, Visual Studio ASP.NET and tagged ASP.NET 2.0, Global.asax. Bookmark the permalink. 3 Comments.






Hey Good Information,
Thanks for sharing.
DotNetGuts
http://dotnetguts.blogspot.com
Making a change to the web.config will fire the Application_Start
thanks it worked!