WCF - Windows authentication - Security settings require Anonymous

后端 未结 8 2265
耶瑟儿~
耶瑟儿~ 2020-12-08 13:40

I am struggling hard with getting WCF service running on IIS on our server. After deployment I end up with an error message:

Security settings for this service r

8条回答
  •  庸人自扰
    2020-12-08 14:20

    It worked for me when I remove 'mex' endpoint and also set clientCredentialType = 'Ntlm' I was hosting my WCF inside SharePoint.

提交回复
热议问题