The Global.asax file, which is derived from the HttpApplication class, maintains a pool of HttpApplication objects, and assigns them to applications as needed. The Global.asax file contains the following events,
- Application_Init
- Application_Disposed
- Application_Error
- Application_Start
- Application_End
- Application_BeginReques