About Global .asax ?

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


Please Help Members By Posting Answers For Below Questions

Which platform does Microsoft .NET use for exchanging data between applications?

589


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

588


How Session use Cookies in State Management?

615


Is asp.net is a programming language?

498


What is the main difference between Asp.net and Vb.net?

573






What is the life cycle of web page?

529


Do you know caching feature?

571


Explain the working of passport authentication.

545


What is aspect-oriented programming?

550


What is the difference between custom web user control and a custom web server control?

507


What is the difference between file-based dependency and key-based dependency?

572


What is ispostback method in asp.net? Why do we use that?

579


What is the difference between cache and cookies?

520


Explain the code Access Security (CAS) in .net Framework?

697


What language is asp.net written in?

530