i have a smqll question,
will the application_end event in global.asax gets called when all users end there session?
was it like this in the past maybe?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the MSDN ASP.NET Application Life Cycle Overview for IIS 5.0 and 6.0 Topic:
So it does not relate to when all user sessions have closed. It occurs when the application is unloaded from memory, i.e. as the result of a
web.configorglobal.asaxfile change or ASP.NET recompilation, or, I presume, when the site is set to stopped from the web site management interface of IIS6.