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
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is representational state transfer (rest) mean?
What is rxjava used for?
What are the levels at which filters can be applied in an asp.net mvc application?
Explain the use of Inversion of control (IOC)?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Is dapper faster than entity framework?
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?
Does windows 10 need .net framework?
Explain the types of Scaffoldings.
Is .net core replacing .net framework?
What is routeconfig.cs in mvc 4?
Do I need microsoft .net framework?
how do you mark a property as required? For example, for a project, the name is a required field.
what is deferred loading(lazy loading)?