Does asp.net still recognize the global.asa file?



Does asp.net still recognize the global.asa file?..

Answer / Surendra Kumar

No, ASP.NET does not support the global.asa file anymore since ASP.NET 3.5 or lower versions. In newer versions of ASP.NET, global application class functionality has been moved to Global.asax and Web.config files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Define a web service in .net?

1 Answers  


Where can I get information on cookies in asp.net?

1 Answers  


What is indexing on asp.net?

0 Answers  


What is the significance of finalize method in .net?

1 Answers  


What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version

3 Answers   DELL, Soham,


WHAT IS polymorphism

2 Answers   Fidelity,


Types of session management in ASP.NET ?

2 Answers   Microsoft,


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

1 Answers   Siebel,


what is the difference between response.write() and response.output.write()?

1 Answers  


what is command line compiler.what are the steps and how it is related to debugging.

1 Answers  


what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.

1 Answers  


Categories