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
Give some salient points of difference between request processor and request dispatcher.
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is round trip in asp.net?
Is it possible to write code in many languages in one asp.net project?
what is meant by sitemapnode ?
What are the difference between function and stored procedure in .net programming language?
What is difference between rest and soap?
Can you set the session out time manually?
What is the use of web.config file?
What is view state management in asp net?
Briefly describe the role of global.asax?
What is Partial PostBack in ASP.NET?
A web service can only be written in .net? State whether true or false.
what cut off mark for po's,what questions they asked for interview?
What is the use of global.asax file?