I realize that I can just make sure I don’t have the service open in my active window when I start debugging, but that’s a little annoying. It seems like there’s got to be some setting in VS2010 somewhere to turn this off.
For anyone who asks “why would you want to turn it off?”, it’s because the service is using both SOAP and ReST. I test ReST in browser or in Fiddler and test SOAP in SOAPUI, and really don’t have a need for it.
Thanks.
This is particularly frustrating. I am running VS2010, and cannot locate Properties/Debug tab as most posts reference. However, if you
Find
EnableWcfTestClientForSVCDefaultValueand set its value toFalseSave, and right-click Reload Project
Should work.
Not sure why this version of VS2010 does not display Debug tab.