身份验证问题
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在 IIS 上启用匿名访问
You would have to enable anonymous access on IIS