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
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is a web based system?
What is Razor View Engine
What are client activated objects and server activated objects?
What is difference between mvc and asp.net? : Asp.Net MVC
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
How can you identify that the page is post back?
What are Authentication and Authorization?
What are merge modules?
Explain the concept of event bubbling in ASP.NET?
Where web.config file is used?
Define machine.config in .net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Why would a company use an application service provider?
What is http post action?