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 |
What is the use .glimpse in mvc?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
what are partial classes?
12 Answers Digimaker, HP, N Tech, TCS,
How the ‘page lifecycle’ of ASP.Net MVC does works?
why DotNetFramework is included in building a software
What is the difference between model view and controller?
How big is the char ?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
what is entityclient?
Why to use html.partial in mvc?
What is net framework 3.0 ?
What is namespace of asp.net mvc?