Windows Integrated Authentication Conflict With MS-SQL 2000 DB Connection With Integrated Security

青春壹個敷衍的年華 提交于 2019-12-04 21:14:08

Normally the way you are doing it should work. Do you have Kerberos with delegation enabled?

Maybe this helps:

Edit: if both SQL and IIS are on the same machine you need to turn off impersonate:

  • <authentication mode="Windows" />
  • <identity impersonate="false" />
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!