Posted by: codeproject | March 25, 2008

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

Rana


Responses

  1. Hey Good Information,

    Thanks for sharing.

    DotNetGuts
    http://dotnetguts.blogspot.com

  2. Making a change to the web.config will fire the Application_Start

  3. thanks it worked!


Leave a response

Your response:

Categories