Answer Posted / 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 |
Post New Answer View All Answers
What are directives in asp.net?
What is a web farm?
How are sessions stored?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is the difference between a page theme and a global theme?
How do you do Client-side validation in .Net?
Where is http session stored?
How to Insert/Add in ASPXgridview
Can a .net web application consume java web service?
Differentiate the session object and application object?
Define xmlvalidatingreader class.
explain code with datachaching with example
Write code to send e-mail from an asp.net application?
What’s difference between “optimistic” and “pessimistic” locking?
Can you explain page lifecycle in net?