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.
Answer / guest
When the web server is stopped in an orderly fashion.
Is This Answer Correct ? | 1 Yes | 0 No |
What is Round Trip
What are the stored procedures?
What is msmq? What is n-tier system?
What is asp content?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
What is a form collection in asp?
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
What is asp in web technology?
How many objects are there in ASP?
What is use of asp?
How many global.asa files can an application have in asp?
Define html (hypertext markup language)?