asp.net windows authentication to sql server

前端 未结 5 1962
闹比i
闹比i 2021-01-14 15:44

I can not seem to get sql server to recognize my credentials.

Asp.net recognizes me when I login but when I execute a sql command I get a login failed message.

5条回答
  •  梦毁少年i
    2021-01-14 16:28

    You also need to enable constrained delegation:

    • Enabling Constrained Delegation
    • How To: Use Protocol Transition and Constrained Delegation in ASP.NET 2.0
    • Windows Server 2003 Constrained Delegation (IIS 6.0)

提交回复
热议问题