ASP Programming Question:
Download Job Interview Questions and Answers PDF
When does the application On End event handler fire?
Answer:
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. (Answer)
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 Session Timeout variable.
B. As soon as there are no open connections to any application document.
C. When the web server is stopped in an orderly fashion. (Answer)
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 Session Timeout variable.
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
How many global.asa files can an Application have? | What is a variable? |