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 asp.net master page?
What are the events in a page life cycle?
how to debug web services on consumer side?
How can we prepairing Interview
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
How Session use Cookies in State Management?
Is there any alternative to avoid name collisions other then Namespaces?
What is the procedure to create the environment for asp.net? : asp.net mvc
What do you mean by query string?
What is session handling in a webfarm, how it can work with its limits?
What is postback and autopostback in asp.net?
Why is an object pool required?
What’s the difference between response .redirect and server.transfer?
Explain the use of duration attribute of @outputcache page directive.
What is mvc in asp.net interview question? : Asp.Net MVC