I have a new WCF Service Application, when I hit F5 to debug, the WCF Test Client always comes up, but I would like to disable it since I am using soapUI to test instead.
I have tried the answer here - https://mcmap.net/q/518118/-wcf-how-to-disable-wcf-test-client but this XML node is no longer in the project file for VS 2012. I have tried several other things myself as well, such as changing default start page and trying to force debug to start a browser session instead.
EnableWcfTestClientForSVC
node? In Visual Studio 2012? Mine does not, checked 3-4 times to make sure. – Ocko