IIS使用Windows身份验证绑定
我有一个localwebsite(http:// localhost / testsite),带有windows身份验证
- >运行良好
i have a localwebsite (http://localhost/testsite) with windows authentication --> works good
现在我更改了绑定站点到URL(htt://testsite.blablablabiz)与Windows身份验证
- > HTTP错误401.1 - 未经授权
您无权使用您的凭据查看此目录或页面提供。
now i changed the binding of the site to an url (htt://testsite.blablabla.biz) with windows authentication --> HTTP Error 401.1 - Unauthorized You do not have permission to view this directory or page using the credentials that you supplied.
我做错了什么?我在谷歌搜索已经很多了,但没有什么真正帮助。我认为它与DOMAINNAMES或其他东西有关,但我不确定..
任何可以提供帮助的人?
What am i doing wrong? I searched already a lot on google, but nothing realy helps. I think it has something to do with DOMAINNAMES or something, but i'm not sure.. Anyone who can help?
Windows具有执行环回检查的安全功能,旨在帮助防止对计算机的反射攻击。
Windows has a security feature for doing loopback checks, which is designed to help prevent reflection attacks on your computer.
使用自定义主机标头浏览运行IIS的计算机上托管的本地网站时,如果网站使用Windows身份验证,则会收到此错误消息有一个映射到本地环回地址的名称。
When you use a custom host header to browse a local web site that is hosted on a computer running IIS you will receive this error message if the web site uses Windows authentication and has a name that is mapped to the local loopback address.
有两种方法可以解决这个问题:
There are two methods to work around this issue:
1)指定主机名,或
2)禁用环回检查