当浏览到托管在 IIS 7.5 中的站点时,我们得到
401 - Unauthorized: Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the credentials that you supplied.
查看 inetpub 中的日志时,每次尝试都会出现以下两行
2013-06-14 15:08:26 xxx.xxx.xxx.153 GET /Login.aspx - 80 - xxx.xx.xxx.98 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/27.0.1453.110+Safari/537.36 401 0 0 265
2013-06-14 15:08:26 xxx.xxx.xxx.153 GET /favicon.ico - 80 - xxx.xx.xxx.98 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/27.0.1453.110+Safari/537.36 404 0 2 78
我的理解是 401 之后的数字是子代码......但它显示为 0。根据微软的文档,没有子代码 0。
这里发生了什么?
我迷失和困惑,扭曲和使用,我知道存在更好的代码,但认为我错过了它