Browse by Tags

Related Posts

  • Application_Start firing for every HttpApplication (NOT once for entire AppDomain)

    The Application_Start behavior I am seeing appears to contradict the documentation regarding Application_Start in the global.asax.cs. What I'm seeing is that the Application_Start event handler in my global.asax.cs is being executed for each HttpApplication that is started by the AppDomain. The documentation...
    Posted to State Management (Forum) by mike.macarthur on 01-29-2009, 12:00 AM
    Filed under: global.asax, Application_Start
  • Re: Execute code automatically

    Application_Start runs the first time your application responds to a request, and then any time it needs to restart, such as in response to a recompile, or a change in web.config -- or, indeed, a change in the global.asax file where it is located. Here's the code in C#: <% @Application %> <...
    Posted to Getting Started (Forum) by gavin.cannizzaro on 02-08-2008, 12:00 AM
    Filed under: Threading, global.asax, application_start
  • Global.asax Application

    I am migrating an ASP.NET 1.1 web application to ASP.NET 2.0. The Global.asax is working on my development system. The total session and current sessions numbers show up. However, on the production site I am unable to get this to work. The Application_Start and Session_Start don't seem to be firing...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by rrobbins on 01-29-2008, 12:00 AM
    Filed under: Session_Start, ASP.Net 2.0, Global.asax, Application_Start
Page 1 of 1 (3 items)