Cannot create SSPI context

前端 未结 19 1566
北海茫月
北海茫月 2020-12-28 13:13

I am working on a .NET application where I am trying to build the database scripts. While building the project, I am getting an error \"Cannot create SSPI context.\". This e

19条回答
  •  渐次进展
    2020-12-28 13:38

    If you are hosting on IIS, make sure the password for the AppPool account has not changed.

    If it has, then follow these steps:

    • Go to IIS
    • Click on Application Pools
    • Select the AppPool of your application
    • Right Click on your AppPool
    • Advanced settings
    • Identity
    • Update Password
    • Restart AppPool

提交回复
热议问题