About Global .asax ?
Answers were Sorted based on User's Feedback
Answer / nihar
Global.asax is a file that resides in the root directory 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 can come from one of
two places - The HTTPApplication object and any HTTPModule
object that is specified in web.confg or machine.config. We
will be covering both here.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sathish
it contains 7 events....
1.Application start
2.Application End
3.Session on start
4.Session on end
5.Session on Request
6.Application on Begining request
7.Application on Error
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / dilshad
The Global.asax file (also known as the ASP.NET application
file) is an optional file that is located in the
application's root directory and is the ASP.NET counterpart
of the Global.asa of ASP. This file exposes the application
and session level events in ASP.NET and provides a gateway
to all the application and the session level events in
ASP.NET. This file can be used to implement the important
application and session level events such as
Application_Start, Application_End, Session_Start,
Session_End, etc. This article provides an overview of the
Global.asax file, the events stored in this file and how we
can perform application wide tasks with the help of this
file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shantala
Globle.asax is file to declair Application level & session
level variables globally
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chaitali
Global.asax is a text file ,it is use to define the global
variable.
| Is This Answer Correct ? | 3 Yes | 3 No |
What is WCF? Pls Explain clearly with exmple.
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What’s the difference between Response.Write() andResponse.Output.Write()?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
what is command line compiler.what are the steps and how it is related to debugging.
what is the deference between dataset and data adapter?
Explain the server control events of asp.net ?
How can we register exception filter from the action?
What is server redirect?
What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?
Is asp.net a programming language or framework?
Explain server-side scripting?
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)