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 |
Explain how to use multiple submit buttons in ASP.Net MVC?
I want ask from plz smaple example code for Biztalkk server
Types of assemblies that can be created in dotnet ?
Define the core components of an ASP.NET MVC application?
Is CLR is compiler or Interpreter
Can I add asp.net mvc testcases in visual studio express?
will there be any issues adding a table without primary keys to a data model?
In which assembly is the mvc framework defined?
What is object service? : Entity framework
Which is the root namespace for fundamental types in .net framework?
WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING
21 Answers ABC, Cap Gemini, Comspark,
What are Resource Files ? How are they used in .NET