WCF gets Access denied when the consumer try invoke a WCF service calls hosted on Virtual Machine

前端 未结 2 1191
伪装坚强ぢ
伪装坚强ぢ 2021-01-20 07:32

Problem

System.ServiceModel.Security.SecurityAccessDeniedException : Access is denied.

Relevant Stack lines (r

2条回答
  •  清酒与你
    2021-01-20 07:51

    Start by enabling WCF tracing on the server. The trace log may contain a meaningful error message. Enable message logging and see if there any obvious differences between the messages that are accepted and those that are not. Although, honestly, I don't see how this can happen in your case.

提交回复
热议问题