Answer Posted / joicy
The Global.asax file is an optional file that can contain
declarations of objects, variables, and methods that can be
accessed by every page in an application.The Global.asax
file can contain only the following:
Application events
Session events
<object> declarations
TypeLibrary declarations
the #include directive
The Global.asax file must be stored in the root
directory of the application, and each application can only
have one Global.asax file.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is http post action?
What is the adavantage of using ASP.NET routing?
Explain security types in asp.net?
What is the advantage of using Windows authentication in a Web application?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How can you pass multiple complex types in Web API?
what is the difference between response.write() and response.output.write()?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
When does a session actually start?
What is a session in asp.net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is the purpose of using MVC programming pattern in ASP.NET?
How can I have a particular web page in an asp.net application which displays its own error page?
Which platform does Microsoft .NET use for exchanging data between applications?