Answer Posted / samantha jyesta
The Global.asax file is an optional file and can be stored
in root directory. This File is in accesible for web-sites.
This Global.asax file contained in HttpApplicationClass.
In Global.asax file we can declare global variables like for
example the variables used in master pages because same
variables can be used for different pages right.It provides
more security than others.
The Global.asax file is used to handle application-level
and session-level events.
we donot worry about configuring Global.asax because it is
itself configured.
This Global.asax file is designed like it
automatically rejects the requests comes from the browser.
Accessing the Global.asax file can not be possible.
while one request is in processing it is impossible to
send another request, we can not get response for other
request and even we can not start a new session.
while adding this Global.asax file to our application
it contains five methods
Those methods are:
1.Application_Start.
2.Application_End.
3.Session_Start.
4.Session_End.
5.Application_Error.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Explain Areas in MVC?
Give an example of cookie abuse.
What are the versions of garbage collection?
What is mvc in angular?
Differentiate between a hyperlink control and a linkbutton control.
What are the asp.net 2.0 features?
What are all the various Estimation Techniques available ?
What are custom user controls in asp.net?
Define authentication and authorization.
in which protocol ASP.NET WEB API Work?
What is the use of HttpHandlers? When to use this?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the default authentication mode for asp.net?
What does the hotspot class in .net do?