Debug Visual Studio 2005 Web Service from Visual Studio 2008 Client...

Posted by Pac on Stack Overflow See other posts from Stack Overflow or by Pac
Published on 2010-04-01T09:32:56Z Indexed on 2010/04/01 9:43 UTC
Read the original article Hit count: 380

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about web-services