C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Tools and Utilities » ASP.NET »

Debugging Server Side Code


Posted Date: 26 Mar 2009    Resource Type: Tools and Utilities    Category: ASP.NET
Author: Awais HafeezMember Level: Silver    
Rating: 1 out of 5Points: 5



Hi there !!!

How to enable server side debugging of code using MS Visual Studio 2008 ?

First make ASP.Net Debugging enabled in your web application.
To do this right click on website in solution explorer and select property pages. On the left panel select Start Options. Then make the ASP.Net check box ticked under debuggers panel. Shown in attachment

Alternatively you can also make debugging enabled by going to web.config file and adding following snippet there.



<configuration>
<configsections>
<appsettings/>
<connectionstrings/>
<system.web>
<compilation debug="true" strict="false" explicit="true">
</system.web>
</configuration>



Apart from setting ASP.Net checkbox ticked you must also put above code in web.config or else debugging is not enabled. Microsoft Visual Studio 2008 do this task automatically if required.

Happy Surffing
www.inputoutputinfo.com


Attachments





For more details, visit www.inputoutputinfo.com



Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Web.config  .  Server side  .  Debugging in VS 2008  .  Debugging  .  Debug web sites using visual studio 2008  .  Debug ASP.Net web application  .  Attach to process  .  ASP.Net code debugging  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: ZIPCodeWorld Store Locator .NET Component 2.0
Previous Resource: RbmImageControl
Return to Discussion Resource Index
Post New Resource
Category: ASP.NET


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use