Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/sql-server-2008/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 2008 401-未经授权-子代码0?_Sql Server 2008_Http_Iis_Http Error_Unauthorized - Fatal编程技术网

Sql server 2008 401-未经授权-子代码0?

Sql server 2008 401-未经授权-子代码0?,sql-server-2008,http,iis,http-error,unauthorized,Sql Server 2008,Http,Iis,Http Error,Unauthorized,当浏览到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.1

当浏览到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

这是怎么回事

我迷路了,困惑了,扭曲了,被使用了,我知道有更好的代码存在,但我想我错过了它