Issue
I have IIS 5.1 on a XP machine, and visual studio 2005. How do I go about attaching my debugger to IIS instance.
BTW: I’m not seeing the IIS process within the running processes or probably I don’t know what to look for .
Solution
In Visual Studio:
- Click “Debug” from the menu bar
- Click “Attach to Process”
- Check the “Show processes from all users” checkbox in the bottom left corner
- Select aspnet_wp.exe, w3p.exe, or w3wp.exe from the process list
- Click “Attach”
Answered By – Al W
Answer Checked By – Terry (BugsFixing Volunteer)