Debug Visual Studio 2005 Web Service from Visual Studio 2008 Client...
- by Pac
I have a .NET Web Service running in VS2005 and a client that consumes it running in VS2008. Is there any way, while debugging the client, I can step into the code of the service? Both are running locally.
Many thanks for your time,
P