When is Application_End event called?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

When is Application_End event called?

Actually, I am developing a web application which will start some operation
that will continue to run even when the session of all the user's end
timeout's.

I want to save the state of that operation when the IIS Server is stopped.

I know Application_End will be called when the IIS Server is stopped, but
will it be called when the session of all the users end.

If so after how much time will it end after all the session's end.

Thanks,
Sushi
 

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

Back
Top