如何更改 IIS 7 上的身份验证方法?
我收到一个错误,告诉我未经授权。如何以及在哪里更改网络服务器允许匿名(公共)访问?
HTTP 错误 401.2 - 未经授权
当我对 IIS 进行最新更新时,我的本地计算机上发生了一些情况,但现在我不确定发生了什么。
I've got an error which tells me unauthorized. How and where to change that webserver allows anonymous (public) access?
HTTP Error 401.2 - Unauthorized
401.2 - Logon failed due to server configuration.
Something has happened on my local machine when I made the latest update for IIS, but now I'm not sure what has happened.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请注意此处的以下方法:
http://support.microsoft.com/kb/942043
Note the following methods here:
http://support.microsoft.com/kb/942043
在 IIS 管理器内的左侧树中选择您的网站。
双击菜单中的身份验证部分(身份验证部分位于 IIS 目录下)
启用匿名身份验证。如下所示:
您可以通过编辑匿名身份验证将用户绑定到此应用程序。部分。这会给你这样的框:
这应该设置为 IUSR默认。
Select your website on the tree left hand side inside IIS Manager.
Double click on Authentication section from the menu (Authentication section is under the IIS caregory)
Enable Anonymous Auth. there as follows :
You can bind a user to this app by Editing the Anonymous Auth. Section. this will gives you box like this :
This should be set to IUSR by default.