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 meant by domain model?

0 Answers  


Explain peek method in tempdata in asp.net mvc?

0 Answers  


What are the properties of Thread class?

1 Answers  


More on CLR ?

2 Answers   MMTS,


What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,






What is the .net framework and how does it work?

0 Answers  


What meant of assembly & global assembly cache (gac) & Meta data

1 Answers  


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


Which is the best institute in chennai to learn DotNet?

7 Answers  


Explain dependency resolution?

0 Answers  


VIEWS WITH SYNTAX AND EXAMPLE IN SQL

1 Answers  


im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me

2 Answers  


Categories