Visual Studio WCF Application now asking to manually attach to process

Posted by JL on Stack Overflow See other posts from Stack Overflow or by JL
Published on 2009-12-22T12:42:43Z Indexed on 2010/03/31 23:03 UTC
Read the original article Hit count: 217

Filed under:
|
|

I have a console app that is calling a WCF app hosted in IIS.

Up until now everything has been fine and I am able to debug the app - step through it without any problems...

Until I added my dev pc to a domain.... now every time I get step into the code hosted in IIS, a popup comes up asking if I would like to attach to this process...

I can then continue debugging... again not a huge train smash - however... now it randomly just jumps to the end of the process (almost like some kind of timeout) and I am not able to reliably step and debug the IIS hosted code....

Any ideas?

All the projects are in the same solution, and all running on the local dev pc... Using Visual Studio 2008, dev PC is Win 7

© Stack Overflow or respective owner

Related posts about wcf

Related posts about debugging