Sponsored Ad

Monday, April 12, 2010

How to Attaché Debugger While Running .NET Web Application

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

How to Attaché Debugger While Running .NET Web Application

suppose you are  running a site as in above figure. now you want to attaché debugger to it.

go to Debug –> attaché to process

How to Attaché Debugger While Running .NET Web Application 

Now Search for port number 1764(Same  port where your web application is running as given in first figure) and click on attaché.

How to Attaché Debugger While Running .NET Web Application

congratulations you have successfully attached the debugger now you can add breakpoint and debug the application.

0 comments:

Post a Comment

Sponsored Ad

Related Software Testing Articles

Development Updates

Tech Updates