How To Attach Visual Studio 2010 To IIS Process Running On Windows 7

Debugging ASP.NET application hosted on IIS 7 running of Windows 7 using Visual Studio 2010 is a bit different from debugging applications hosted on IIS running on Windows XP. The key differences are Visual Studio 2010 demands for administrator mode and IIS runs under the process name w3wp.exe instead of aspnet_wp.exe. Here are the detailed steps to attach Visual Studio 2010 debugger to IIS 7 on Windows 7.

IIS7Logo

1. Launch Visual Studio 2010 in Administrator mode(right click on Visual Studio Icon and choose the option Run as Administrator)

2. Open source code the site you want to debug

3. Go to Tools -> Attach to Process.; Opens up Attach to Process. 

4.  In Attach to Process dialog box, check the option Show process in all sessions.

5. Search for the process w3wp.exe, and click on Attach button.

how_to_attach_visual_studio_2010_to_iis_process_on_windows_7

6. Accept the warning messages. That’s is you are done. Visual Studio is now attached with IIS for debugging.

Happy coding.

2 thoughts on “How To Attach Visual Studio 2010 To IIS Process Running On Windows 7”

  1. Good and informative post. Thanks for sharing this info with us. Very effective content. Explanation is very clear. Good effort.

Leave a Comment

Your email address will not be published. Required fields are marked *