What are major events in GLOBAL.ASAX file

What are major events in GLOBAL.ASAX file

Krrm
Views: 154 | Community Opinion: 1



Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
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






What do you think? Add your opinion/answer
*Name
*your opinion/answer: