Answer Posted / dilshad
The Global.asax file (also known as the ASP.NET application
file) is an optional file that is located in the
application's root directory and is the ASP.NET counterpart
of the Global.asa of ASP. This file exposes the application
and session level events in ASP.NET and provides a gateway
to all the application and the session level events in
ASP.NET. This file can be used to implement the important
application and session level events such as
Application_Start, Application_End, Session_Start,
Session_End, etc. This article provides an overview of the
Global.asax file, the events stored in this file and how we
can perform application wide tasks with the help of this
file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of placeholder control? Can we see it at runtime?
What is the use of asp.net web api?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Which type of state management is provided by Query String in ASP.NET?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is cache in asp net?
What is http response header?
What is a gridview in asp.net?
Is asp.net is a programming language?
What is the difference between a default skin and a named skin?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What does passport and windows authentication mean in ASP.NET?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What is distributed system in asp.net?
Which is faster union or union all?