Answer Posted / rahul
The Global.asax file is an optional file used to declare
and handle application and session-level events and objects
for an ASP.NET web site running on an IIS Web Server. The
file contains ASP.NET program code, and is the .NET
counterpart of the Global.asa file used for ASP. The
Global.asax file resides in the IIS virtual root of an
ASP.NET application.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is GAC in ASP.NET 2.0
Explain the concept of MVC Scaffolding?
How do you declare static variable? What is its lifetime?
What does mean by a neutral culture?
How do you create a master page?
What is work flow gen? how can it will work with .Net?
What is postback pixel?
What do you mean by View State and what is its role?
What is ispostback method in asp.net? Why do we use that?
What are triggers of an updatepanel?
Why do we need Sessions?
WSDL means?
What is difference between viewstate and session state in javascript?
What are the server control tags in asp.net.?
What's the difference between viewstate and sessionstate?