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
Can we set which type of comparison we want to perform by the CompareValidator control?
What is state management react?
What a diffgram is, and a good use for one?
Explain the use of view state?
What does session_start () do?
What is a global postback url?
What does a switch do?
Explain the differences between managed and unmanaged code?
Why do we need Sessions?
What are cookies in asp.net?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is a master page and what does it do?
Is global asax mandatory?
Explain difference between dataset and recordset?
Is asp.net 64-bit enabled? How?