我正在尝试使用寡妇身份验证从 IIS 运行网站。身份验证窗口弹出,我输入我的凭据三次,然后我在页面上收到此消息
“您无权查看此页面
HTTP 401.3 - ACL 拒绝访问资源 Internet 信息服务”
配置 IIS 5.1 Windows XP - Windows XP SP3
我想我的配置中需要的一切..
<authentication mode="Windows"/>
<identity impersonate="true"/>
<authorization>
<allow users="*"/>
</authorization>
我什至试过这个链接
http://support.microsoft.com/default.aspx?scid=kb;en-us;896861
但并没有改变什么。
请帮忙。