Sometimes while running .NET web application, need to debug project and there is a need to attaché a debugger to running web application.
http://localhost:1764/SampleWebsite/Default.aspx
suppose you are running a site as in above figure. now you want to attaché debugger to it.
go to Debug –> attaché to process
Now Search for port number 1764(Same port where your web application is running as given in first figure) and click on attaché.
congratulations you have successfully attached the debugger now you can add breakpoint and debug the application.
0 comments:
Post a Comment