The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'NTLM'

前端 未结 6 1607
孤街浪徒
孤街浪徒 2020-12-08 19:01

Few days ago I had quite a headache with authentication problems when using Windows authentication between client and wcf web service. The error I was getti

6条回答
  •  粉色の甜心
    2020-12-08 19:29

    The solution for me was to set the AppPool from using the AppPoolIdentity to the NetworkService identity.

提交回复
热议问题