Friday, November 11, 2011

Debugging a VS.NET 2010 ASP Development Server Hosted Application Running via All Browsers

  1. In Visual Studio 2010, set your breakpoints.
  2. Click on the 'Debug' menu.
  3. Click on 'Attach to Process...'.
  4. Find the 'ASP.NET Development Server - Port #' process hosting the ASP.NET application you'd like to debug.
  5. Click on 'Attach'.
You're all set. You can now debug your ASP.NET application from any web browser pointed at that server's URL.

No comments: