【发布时间】:2011-11-01 12:49:16
【问题描述】:
我已将以下配置部分添加到我的 web.config 文件中
<security>
<authentication>
<anonymousAuthentication enabled="true" />
<windowsAuthentication enabled="true" />
</authentication>
</security>
但是当我调用 *.asmx 网络服务时,我仍然收到以下错误:
HTTP 请求未经客户端身份验证方案“匿名”授权。从服务器收到的身份验证标头是“协商,NTLM”。
我使用的是IIS7.5 ASP.NET集成模式。
有什么线索吗?我刚刚发现 IIS Authenticatino 很差而且不稳定。
谢谢!
【问题讨论】: