Reputation:
I have a VM machine and web service is installed there, running on IIS so if I open an IE window and type the address of my web service there, it shows it. Now I want to debug it from my local machine that has Visual Studio and the code. Here is what I do:
Upvotes: 1
Views: 724
Reputation: 554
In the dialog to attach processes there is a little check box at the bottom saying "Show Processes From All Users" , make sure it is checked.
Upvotes: 1