身份验证问题

发布于 2024-09-24 10:46:27 字数 212 浏览 1 评论 0原文

我在 asp.net 中有一个使用 httpModules 的项目。但我在调试时遇到一个异常, 错误显示如下:

HTTP 请求未经客户端身份验证方案“匿名”的授权。从服务器收到的身份验证标头是“Negotiate,NTLM”。

我不知道我的代码有什么问题,我参考了很多网站,但那里没有正确的解决方案。请帮我解决这个问题。

I have one project in asp.net using httpModules. But i got one exception while debugging,
the error shows like this:

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

I don't know whats the problem in my code, i refereed many sites, but there is no correct solution at there. please help me resolve this.

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

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

发布评论

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

评论(1

尘曦 2024-10-01 10:46:27

您必须在 IIS 上启用匿名访问

You would have to enable anonymous access on IIS

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文