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 the Order of events in an asp.net page?

604


How to use push notification?

604


What is Pre-Render event in ASP.NET?

588


Explain server control extensibility with reference to asp.net 2.0 ?

537


What are ASHX files?

595






What are the session variables?

512


What is a web based system?

464


What are all the various Estimation Techniques available ?

649


What is session in web technology?

520


What are merge modules?

554


Can you explain the basic use of dataview?

622


Differentiate between early binding and late binding.

573


Explain the difference between web user control and web custom control?

534


What are validator? How do you disable them?

599


Where the viewstate is stored after the page postback?

676