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.
Regards,
Venkatarajan Arthanari
To disable WCF Service Test Client
Now open which ever service you want to run, and hit F5. It will run the current service.