Debugging of ASP.NET web application
How can we debug an ASP.NET web application?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Feb 19, 2012, 1:17 PM
Pramod Kumar NandagiriPosted Feb 16, 2012, 12:46 AM
Hi , Put the break point where ever you want in the code behind as shown in the second red circle mark and click the debug button (which is shown in first red circle mark) then your control comes to the break point
from there click F11 for line by line execution thats all
Satyapriya NayakPosted Feb 16, 2012, 12:42 AM
Please refer the below links
http://www.codeproject.com/Articles/37182/Debug-your-ASP-NET-Application-while-Hosted-on-IIS
http://support.microsoft.com/kb/316726
Thanks