What is global asax in c#?



What is global asax in c#?..

Answer / Shiva Tiwari

global.asax (Global Application Class) is a special ASP.NET file that contains application-level event handlers. It allows developers to write code that responds to events occurring during the entire lifetime of an application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why is c# good for games?

1 Answers  


What does assert() do?

2 Answers  


What is the difference between structure and class in c#?

1 Answers  


What is datatable in c#?

1 Answers  


Are c# destructors the same as c++ destructors?

1 Answers  


What is an assembly in dotnet?

1 Answers  


What are generic types?

1 Answers  


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

1 Answers  


What is string programming language?

1 Answers  


how can include .netframeworl 2.0 in application setup

1 Answers  


Define constructors

1 Answers  


How many digits is a 32 bit number?

1 Answers  


Categories