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
To wrap up a call to a Web service the standard used is..?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
If you are using components in your application, how can you handle exceptions raised in a component?
What do you mean by query string?
How many languages are supported by .NET at present time?
Explain the differences between managed and unmanaged code?
How do I use response redirect?
What are the validation controls available in ASP.NET?
Why viewstate is used in asp.net?
How can you send an email message from an asp.net web page?
What is the function of the ViewState property?
What is client side state management?
What is simple data binding?
What is a session government?
Why mvc is faster than asp.net? : Asp.Net MVC