When is the Session_OnStart event fired?
A. Upon every request from an application by a client for
an .asp document.
B. Upon the first request from an application by a client
for any file in the application.
C. Upon the first request for an .asp document from an
application by a client.
D. Upon the first request for the global.asa file, in which
the event handler is located.
E. Upon the first request for an. html or .asp document
from an application by client
Answer / guest
Ans E i.e
Upon the first request for an. html or .asp document from
an application by client
| Is This Answer Correct ? | 0 Yes | 1 No |
different web application and windows application
How are scripts executed?
What is the difference between a namespace and an assembly name?
What is a request body?
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.
What is Server Object?
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
can we place Global.asa into "bin" directory instead of Root directory?
How does non-deterministic garbage collection affect my code?
Explain the difference between server.transfer and response.redirect?
whate is AutoEventWireup in .net ?
How many objects are there in ASP?