How to set the debug mode

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

786


What is representational state transfer (rest) mean?

744


What is rxjava used for?

856


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

772


Explain the use of Inversion of control (IOC)?

793


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

700


Is dapper faster than entity framework?

710


i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?

2007


Does windows 10 need .net framework?

716


Explain the types of Scaffoldings.

820


Is .net core replacing .net framework?

696


What is routeconfig.cs in mvc 4?

859


Do I need microsoft .net framework?

735


how do you mark a property as required? For example, for a project, the name is a required field.

785


what is deferred loading(lazy loading)?

755