All Tags »
Debugging »
Visual Studio 2... »
Windows Server 2003
Sorry, but there are no more tags available to filter with.
-
Here is how to debug by Attaching to a process... in Visual Studio 2005 on Windows Server 2003.
First go to Debug > Attach to Process..
Then the process that you need to attach to is w3wp.exe. I was used to attaching to the aspnet_wp.exe process, but that isn't the case on Windows Server 2003.
One thing I noticed is when I ...