What is the Global ASA(X) File?

Answers were Sorted based on User's Feedback



What is the Global ASA(X) File?..

Answer / anjani mittal

Global.asax file is used to handle application, session
level events,handles the application level error and to initialise application and session level variables also in global.asax files we can lock & unlock the application for a particular session it contains the following event handlers are:-

1>Application Start.
2>Application End.
3>Session Start.
4>Session End.
5>Application Error.

Is This Answer Correct ?    4 Yes 0 No

What is the Global ASA(X) File?..

Answer / sapna

Global asax file is used to handle application, session
level events and to initialise application and session
level variables.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

how can i insert array values and retreive in asp.net

3 Answers   TCS, Value Labs,


Which template must you provide, in order to display data in a Repeater control?

1 Answers  


What is a runtime version?

0 Answers  


what is the use of untyped data set ?

5 Answers   TCS, Wipro,


what is machine key error in asp.net? how to solve it?

1 Answers  






If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

0 Answers   DELL,


diff between Server.Transfer() and Server.Execute()

1 Answers  


What is the use of worker process in asp.net?

0 Answers  


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0> plz send faq's related to c#.net,asp.net,sqlserver2000 etc. to my mail-id : bashask.ss@gmail.com

4 Answers   Sapient,


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

0 Answers  


What is use of <% %> in asp.net?

0 Answers  


Categories