I created a new WCF Application. It has a svc file & a code behind, When I try to debug (F5) then I see the following.
Right Click WCF Project -> Select Properties -> Debug In Debug, you can see the Command Line arguments specified as /client:"WcfTestClient.exe" Removing this won't fire up the test client when you run the service.
/client:"WcfTestClient.exe"
Regards,
Venkatarajan Arthanari