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 inline schema, how does it works
I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....
Why do I get errors when I try to serialize a Hashtable
what is namespace?
How do assemblies find each other?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is Reference type and value type
what is a round trip?What is a postback?
Can I add asp.net mvc testcases in visual studio express?
how to disable the lazy loading framework?
What are child actions in ASP.Net MVC?
Where does web.config info stored? Will this be stored in the registry ?
1 Answers Accenture, BirlaSoft,