vanitha
Said..
Global.asax file is derived from the Http Application Class , maintains a pool of HttpApplicationObjects and assigns them to application when it is needed.
the events are
Application_init, Application_disposed ,Application_error ,
Application_start ,
Application_end, Application_beginrequest,Application_endrequest
Application_AuthenticateRequest,
Application_AuthorizeRequest
Session_Start and Session_End etc