Answer Posted / abhishek maitrey
Global.asax is a file, as the name suggests that resides in
the root directory (in the global area) 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 may occur from one of two
places - The HTTPApplication object and any HTTPModule
object that is specified in web.config or machine.config.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How do you declare static variable?
What is the use of web.config file?
How can you apply a theme to your asp.net application?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What are the security types in ASP/ASP.NET? Different Authentication modes?
How dataadapter.fill works?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
In which event are the controls fully loaded?
Explain Features in ASP.NET
What's the ASP.Net Application life cycle?
What is the difference between web config and machine config files?
What is the difference between union and join?
What a diffgram is, and a good use for one?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Is react a template engine?