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

What is the difference between localization and globalization?

0 Answers  


What is distributed system in asp.net?

0 Answers  


In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?

1 Answers  


What is asp.net mvc5? : Asp.Net MVC

0 Answers  


Code for scolling in gridview

1 Answers   TCS,






What is the difference between client-side and server-side validations in webpages?

0 Answers  


What is active web page?

0 Answers  


How can you handle exceptions in asp.net?

0 Answers  


What is the Difference B/W Finalize() and Dispose() in .Net?

12 Answers   HCL, IBM,


Can you please anyone explain in detailed Webservices concepts in Asp.net?

1 Answers  


What are the action filters available in asp.net mvc

1 Answers   TCS,


How you will handle session when deploying application in more than a server?

0 Answers  


Categories