abt global.asax

A

Arundhati Anavekar

sai said:
hi all,
wt is the order of events that execute in global.asax file
regards,
sai

Application_Start
Application_BeginRequest
Application_AuthenticateRequest
Session_Start
Application_EndRequest
Application_BeginRequest
Application_AuthenticateRequest
Application_EndRequest
Application_BeginRequest
Application_AuthenticateRequest
Application_EndRequest
Session_End
Application_End

--aru
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top