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 does a switch do?
How do u deploy your asp.net application?
Explain diff. Betn dataset and recordset?
Differentiate between a hyperlink control and a linkbutton control.
Give me one example of Web API Routing?
What are the steps involved to fill a dataset?
What are web server controls in asp.net?
What is session management in web application?
Is data edited in the Repeater control?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is web router?
What is viewstategenerator?
What are the advantages of using session?
What is difference between web api and web services?
Differentiate between file-based dependency and key-based dependency.