What is the role of global.asax?

Answer Posted / nanthini

global.asax is present one time only per application.
it implement in application-leval and session -level,
It can be stored in root directory.
It can contain 5 methds.
1.Application_Start.
2.Application_End.
3.Session_Start.
4.Session_End.
5.Application_Error.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can more than one person use the same login?

553


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

612


What is the file extension of web service?

530


Explain about the Class view window?

563


What is xaml? Are xaml file compiled or built on runtime?

498






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

518


What is asp.net and its advantages?

522


How we can force all the validation controls to run?

500


How to implement globalization and localization in the use interface in .net.

511


What are the different properties of server control that exists?

543


What is routing in MVC?

572


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

472


explain code with datachaching with example

1674


What is redirecting behavior?

502


Explain a program using razor view engine to create a simple application? : asp.net mvc

476