WEB开发网
开发学院服务器WEB服务器IIS IIS7 Request format is unrecognized. 阅读

IIS7 Request format is unrecognized.

 2012-10-30 18:53:57 来源:WEB开发网   
核心提示: 在安装程序的时候一直报错让我帮忙查一下原因,最后发现是一个网站无法打开,IIS7 Request format is unrecognized.,错误报错如下: 错误1:The Web server is configured to not list the contents of thisdirectory. 解决

 在安装程序的时候一直报错让我帮忙查一下原因,最后发现是一个网站无法打开。错误报错如下:

 
错误1:The Web server is configured to not list the contents of thisdirectory.
 
解决办法:打开IIS控制台兵器启用Directory browsing
 
 
错误2:Request format is unrecognized.
 
解决办法:
 
找到Web.config文件,增加下面的信息:
 

<configuration> <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </system.web> </configuration>

原因:GET和 POST 在ASP.NET2.0或者之上的版本是默认Disabled,需要更改Web.config启用。

Tags:IIS Request format

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接