Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to set the debug mode



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

Post New Answer

More Dot Net Framework Interview Questions

Explain unit test done by tester on development team?

0 Answers  


What is the use of razor view engine?

0 Answers  


What is controllercontext?

0 Answers  


what is view state

3 Answers   Wipro,


how to maintain the session state? what is Abstract class and interface and inheritence with example?

2 Answers  


What is the difference between managed and unmanaged code?

12 Answers   IBM,


reading doc file in textbox using .net2005 with c#

3 Answers  


What are the Core features of ASP.NET MVC?

0 Answers  


How does the .net framework 3.0 relate to windows vista?

0 Answers  


what is way of loading data in ef (entity framework)?

0 Answers   Microsoft,


give the feature of .net2.0 over .net1.1

6 Answers  


What are the sub types of ActionResult?

0 Answers  


Categories