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 |
mention what are the various methods provided by the dataset object to generate xml?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
What was the problem in traditional component why side by side execution is supported in .net ?
Which is the best institute in chennai to learn DotNet?
Does windows 10 need .net framework?
What is global assembly cache
Explain representational state transfer (rest) in detail?
What is objectcontext? : Entity framework
What is CLR? How it will work?
Is any files are generated,when we are adding the web reference to the web service?
What is meant by viewdata?