Reputation: 21015
i have a remote web site project in my sln that contains a wcf service and the server does not allow me to debug him... when i run my client i get an error on the start that the server cannot be debugged.. how can i tell the vs to stop trying to debug the remote server?
Upvotes: 1
Views: 209
Reputation: 31071
If you have both a client and a server project in the same solution, then VS2008 is capable of debugging either one or both at the same time. There are two independent settings that control this.
I therefore suggest that you:
Upvotes: 1