When does the application OnEnd event handler fire?

A. After every request for an application document, since web servers are stateless servers.
B. As soon as there are no open connections to any application document.
C. When the web server is stopped in an orderly fashion.
D. Twenty minutes after the last request for a document in the application.
E. When there are no application requests for the amount of time defined by the SessionTimeout variable.

Showing Answers 1 - 5 of 5 Answers

NIRAV

  • Mar 16th, 2005
 

C

  Was this answer useful?  Yes

Naresh

  • Sep 1st, 2005
 

option C 
 
When the web server is stopped in an orderly fashion. -- 
the onEnd event in global.asa text file fires

  Was this answer useful?  Yes

vijay

  • Sep 29th, 2006
 

when the session_onEnd after that application End

  Was this answer useful?  Yes

shweta

  • Feb 26th, 2007
 

Option C is correct answer

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions