Answer Posted / anjani mittal
Global.asax file is used to handle application, session
level events,handles the application level error and to initialise application and session level variables also in global.asax files we can lock & unlock the application for a particular session it contains the following event handlers are:-
1>Application Start.
2>Application End.
3>Session Start.
4>Session End.
5>Application Error.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between view state and session state?
what is loosely coupled solution? How it can be used?
Which type of state management is provided by Query String in ASP.NET?
Disable browser cache for entire ASP.NET website?
What is an il?
How does exception management works in ASP.NET?
Is asp.net mvc still used? : Asp.Net MVC
Define static constructor?
what is AutoEventWireUp and what is the use of This property explain in details?
What are the advantages of passport authentication?
What is the difference between cookie and session?
What are the new navigation controls in asp.net 2.0?
Differentiate the session object and application object?
Define the term Web Garden?
How do sessions work?