What is the Global.asax used for?

Answers were Sorted based on User's Feedback



What is the Global.asax used for? ..

Answer / radha

Global.asax file is resides in the root directory of the
application. it is also known an asp.net application file.
it is responding for the application and session levels
events raised by Asp.net. At run time it is compiled
dynamically.

Is This Answer Correct ?    22 Yes 1 No

What is the Global.asax used for? ..

Answer / prasad. surabathina

it allows asp.net application level events and settings
application level variables

Is This Answer Correct ?    13 Yes 4 No

What is the Global.asax used for? ..

Answer / rahul

The Global.asax file is an optional file used to declare
and handle application and session-level events and objects
for an ASP.NET web site running on an IIS Web Server. The
file contains ASP.NET program code, and is the .NET
counterpart of the Global.asa file used for ASP. The
Global.asax file resides in the IIS virtual root of an
ASP.NET application.

Is This Answer Correct ?    7 Yes 0 No

What is the Global.asax used for? ..

Answer / mak

Global.asax file is resides in the root directory of the
application. it is also known an asp.net application file.
it is responding for the application and session levels
events raised by Asp.net. At run time it is compiled
dynamically.

Is This Answer Correct ?    2 Yes 1 No

What is the Global.asax used for? ..

Answer / hemali

Global.asax is use for to declare tha global variable.

Is This Answer Correct ?    10 Yes 11 No

What is the Global.asax used for? ..

Answer / j.giridharan

This Global.asax is used for the global application
file,Which you can use to react to global events, such as
when a web application First starts.

Is This Answer Correct ?    2 Yes 3 No

What is the Global.asax used for? ..

Answer / saiprasad

Global.asax is used for handling unhandled exceptions.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

Define common type system?

0 Answers  


what is DLL Hell and how it is solved in .NET? please explain clearly??

0 Answers   TCS,


Where is asp.net view state stored?

0 Answers  


What is CLR ? Differentiate between CLR & CTS.

7 Answers   3i Infotech, TCS,


Define caching.

0 Answers  






Is asp.net still used?

0 Answers  


Is asp net front end or backend?

0 Answers  


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


What are the differences between clr & cts?

0 Answers  


What does it mean your session has timed out?

0 Answers  


What is the difference between session and viewstate in asp.net?

0 Answers  


If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?

1 Answers   CGI,


Categories