HttpApplication.Start event does not exist
问题 I looked for an answer to this for quite sometime now but didn't find any. I will refer to Application start as a stage. Most of the documentations out there talk about the Global.asax file and the Application_Start method which is invoked only once when the first request reaches the Application, even if this behaviour is similar to subscribing to an event it's technicaly not an event. While lifecycle events such as BeginRequest, AuthenticateRequest and so on are accessible through the