WCF : How to disable WCF Test Client

前端 未结 8 1691
悲哀的现实
悲哀的现实 2020-12-24 02:31

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.

  1. If svc file is open & press F5 t
8条回答
  •  生来不讨喜
    2020-12-24 03:22

    To control the WCF Test Client auto-launch in Visual Studio 2015/2017 you can do the following:

    Right-click the WCF Service Project in Solution Explorer, choose Properties, and click WCF Options tab. Clear the checkbox Start WCF Service Host when debugging another project in the same solution (that check box is enabled by default).

提交回复
热议问题