About Global .asax ?

Answer Posted / nihar

Global.asax is a file that resides in the root directory of
your application. It is inaccessible over the web but is
used by the ASP.NET application if it is there. It is a
collection of event handlers that you can use to change and
set settings in your site. The events can come from one of
two places - The HTTPApplication object and any HTTPModule
object that is specified in web.confg or machine.config. We
will be covering both here.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a web api endpoint?

537


What are the steps involved to fill a dataset?

558


What are the various session state management options provided by asp.net?

546


What is the life cycle of web page?

529


What is custom attribute?

573






Define secured sockets layer.

537


Why session is necessary in web application?

517


What is the difference between login controls and forms authentication?

549


What is mvc in asp.net tutorial? : Asp.Net MVC

547


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

538


What New Features comes with ASP.NET Web API 2.0?

545


What is asp.net and ado net?

524


What is & in a url?

533


How can you dynamically add user controls to a page?

518


Difference between web user control and web custom control?

504