Why Global.asax is used?
Answers were Sorted based on User's Feedback
Answer / lalit
Global.asax file is used for storing values at session
level and Application level.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 ? | 4 Yes | 0 No |
Answer / srujana
To implement application and session level events, the
Global.asax is used.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / suresh
The Global.asax file, also known as the ASP.NET application
file, is an optional file that contains code for responding
to application-level events raised by ASP.NET or by HTTP
modules.
For More information Visit..
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/cpgenref/html/cpconGlobalasaxSyntax.asp
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / shailesh thapa
It is an optional application level file and at the compile
time be converted in a class inheriting the HttpApplication
class and it keeps the event handlers for the session and
application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gurvinder singh
Global.asax file is used for storing values at session
level and Application level.
| Is This Answer Correct ? | 0 Yes | 2 No |
Do cookies store passwords?
Explain Areas in MVC?
What are sessions used for?
IN an ASP.NET Web application if there is any error, how can you debug?
How asynchronous call can be implemented using delegates?
How can I configure asp.net applications that are running on a remote machine?
What is web.config and machine.config ?
3 Answers Collabor, NDPL, TCS,
What is boxing and how it is done internally?
Name the validation control available in asp.net ?
What is the difference between Classic ASP and ASP.Net?
hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder
where should write the connection string Show that it will apply whole pages in the website
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)