Visual Studio WCF Application now asking to manually attach to process
- by JL
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