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

Explain one critical mapping?

566


Diff between web user control and web custom control?

505


Explain how cookies work. Give an example of cookie abuse.

721


What is a proxy in web service?

561


What is the difference between cache and cookies?

520






What is virtual directory in asp.net?

514


What is ASLM?

686


What are the types of session in asp.net?

528


How do you identify that the page is postback?

541


Describe session handling in a webfarm?

565


What is session and cookies in asp.net?

555


Where the assembly is stored in asp.net?

552


What is the application pool?

549


What is skin in asp.net?

522


What is preprocessor in .net? Where it use?

531