How to set the debug mode



How to set the debug mode..

Answer / kirti

Debug Mode for ASP.NET applications - To set ASP.NET application in debugging mode, edit the application's web.config and assign the "debug" attribute in < compilation > section to "true" as show below:

< configuration >

< system.web >

< compilation defaultLanguage="vb" debug="true" / >

....

...

..

< / configuration >

This case-sensitive attribute 'debug tells ASP.NET to generate symbols for dynamically generated files and enables the

debugger to attach to the ASP.NET application. ASP.NET will detect this change automatically, without the need to restart the server. Debug Mode for ASP.NET Webservices - Debugging an XML Web service created with ASP.NET is similar to the debugging an ASP.NET Web application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is inline schema, how does it works

1 Answers  


I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....

9 Answers  


Why do I get errors when I try to serialize a Hashtable

1 Answers  


what is namespace?

9 Answers   TCS,


How do assemblies find each other?

2 Answers  






Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  


What is Reference type and value type

1 Answers  


what is a round trip?What is a postback?

4 Answers   Bosch, ONOTech,


Can I add asp.net mvc testcases in visual studio express?

0 Answers  


how to disable the lazy loading framework?

0 Answers   Microsoft,


What are child actions in ASP.Net MVC?

0 Answers  


Where does web.config info stored? Will this be stored in the registry ?

1 Answers   Accenture, BirlaSoft,


Categories