IIS 到 SQL Server 的凭据(可信连接?)

发布于 2024-10-04 03:15:42 字数 225 浏览 2 评论 0原文

我有一台物理服务器。在此服务器上,一台 VMWare 运行“SQL Server 2008R2”,另一台 VMWare 在 Windows 2008R2 上运行“IIS 7”

当我尝试从运行 IIS 的虚拟机或网络上的另一个客户端加入该网站时,我收到此消息错误:

“401 未经授权:由于凭据无效,访问被拒绝”,我的用户在数据库的用户中是已知的。

有什么想法吗?

谢谢,

I have one physical server. On this server one VMWare running "SQL Server 2008R2", an another VMWare runnning "IIS 7" on Windows 2008R2

When I try to join the web site from the virtual machine where IIS is running or from another client on the network, I receive this error :

"401 Unauthorized : Access is denied due to invalid credentials", my user is know in the users of the database.

Any idea ?

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

行至春深 2024-10-11 03:15:42

您可以验证应用程序的池身份吗?默认情况下它不使用“网络服务”。
我认为您的连接字符串设置为“Integrated Security=True”。

盖茨,
史蒂芬.

Can you verify your application's pool identity? By default it doesn't use "network services".
I suppose that your connection string is set to "Integrated Security=True".

Gtz,
Stéphane.

岛徒 2024-10-11 03:15:42

似乎 IIS 级别存在问题,而不是 SQL Server 身份验证问题。您的网站是否在“集成 Windows”模式 (NTLM/Kerberos) 下运行?您可以尝试切换到“匿名身份验证”:

  1. 打开 IIS 管理器并选择导致错误的网站(我假设它是默认网站)。
  2. 打开“IIS”下的“身份验证”属性。
  3. 启用“匿名身份验证”项目并禁用其他项目。

There seems to be a problem at IIS level rather than SQL Server authentication issue. Is your web site running under "Integrated Windows" mode (NTLM/Kerberos)? You could try to switch to "Anonymous Authentication" instead:

  1. Open IIS Manager and select the website that is causing the error (I assume it's Default Web Site).
  2. Open the "Authentication" property under the "IIS".
  3. Enable "Anonymous Authentication" item and disable others.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文