WCF service connection issue - maybe security?

前端 未结 1 1529
臣服心动
臣服心动 2021-01-03 12:31

I am trying to debug a WCF service. This client has been able to connect in the past, but now I cannot connect. The service is deployed to a server. I can hit the server\'s

1条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-03 13:16

    Have a look at WCF Tracing. If you run this on your service host, it will give you individual WCF calls which are occuring, and should be enough for you to find out what part of your configuration is pooched.

    I found specifically with connection issues that this was the only way to troubleshoot the reasons.

    MSDN on WCF Tracing your application

    A good tutorial to help you understand the MSDN

    0 讨论(0)
提交回复
热议问题