WCF gives an unsecured or incorrectly secured fault error

前端 未结 21 2478
予麋鹿
予麋鹿 2020-11-28 23:09

I am trying to consume a remote svc web service. I created the proxy class using svcutil.exe, and after that I\'ve added that class to my console application, b

21条回答
  •  遥遥无期
    2020-11-28 23:44

    In my case the server time was not correct. So I changed the server Datetime settings to Set time automatically and it resolved the issue.

提交回复
热议问题