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

what is difference between .net 3.0 and 3.5

3 Answers  


I am trying to redirect another site on button click.

8 Answers  


Define satellite assemblies.

0 Answers  


Is asp.net a language?

0 Answers  


What is viewstate? In which event of the page life cycle, is the viewstate available?

0 Answers  






What is full form of asp.net?

0 Answers  


How you can return View from ASP.NET Web API method?

0 Answers  


Name and describe some HTTP Status Codes and what they express to the requesting client ?

1 Answers  


How to configure a website without using IIS.

3 Answers   CGI,


Define page fragment caching?

0 Answers  


what is Master pages in asp.net? what is the advantages and disadvantages?

3 Answers  


relacement of websevices in .net 3.0?

1 Answers   Mind Tree,


Categories