Describe the role of global.asax.

Answers were Sorted based on User's Feedback



Describe the role of global.asax. ..

Answer / gurram.ssr

Application events and Session events are handled here

Is This Answer Correct ?    3 Yes 0 No

Describe the role of global.asax. ..

Answer / raman

In Global.asax page we can decalre all the global variables
that can be accessed across the aplication.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

Explain me difference between public and static modifiers?

0 Answers  


Explain what is the difference between a class and an object?

0 Answers  


What is the procedure to add assemly to gac to make it shared one?

0 Answers  


What is the benefit of .net core?

0 Answers  


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  






Difference between abstract class and interface in .net?

0 Answers  


What are the providers available with VS.NET ?

2 Answers   TCS,


What are the differences between com architecture and.net architecture?

0 Answers  


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

0 Answers  


What is connected and diconnected database ?

0 Answers  


What is the advantage of .net?

0 Answers  


Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

0 Answers  


Categories