user2740190
user2740190

Reputation:

Remote debugging a web service

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

Answers (1)

Bobak_KS
Bobak_KS

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

Related Questions