IIS7.5 Error Code 0x8007007e HTTP 错误 500.19的解决方法

这篇文章主要介绍了IIS7.5 Error Code 0x8007007e HTTP 错误 500.19的解决方法,需要的朋友可以参考下

今天在win2008+IIS7.5的环境中部署WCF服务后,一直出现无法打开的页面。具体错误信息如下:

HTTP 错误 500.19 - Internal Server Error  

无法访问请求的页面,因为该页的相关配置数据无效。   
详细错误信息   
模块 DynamicCompressionModule   
通知 SendResponse   
处理程序 StaticFile   
错误代码 0x8007007e   
请求的 URL ***   
物理路径 C:/ECG2.0/eWECGService   
登录方法 匿名   
登录用户 匿名   
最可能的原因:   
工作进程无法读取 applicationhost.config 或 web.config 文件。   
applicationhost.config 或 web.config 文件中存在格式错误的 XML。   
由于 NTFS 权限不正确,服务器无法访问 applicationhost.config 或 web.config 文件。   
可尝试的操作:   
查询事件日志中有关配置文件不可读的原因的信息。   
确保为应用程序池指定的用户标识或通过身份验证的用户具有访问 web.config 文件的必需权限。
在网上搜寻了好久,发现都不是匹配的错误。最终在一个英文网站找到了。。

解决办法:

#Remove/Disable the XPress compression scheme from the configuration using the command below: (在Dos中如下命令就可以了)


%windir%/system32/inetsrv/appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']


原帖地址:http://blogs.msdn.com/b/webtopics/archive/2010/03/08/troubleshooting-http-500-19-errors-in-iis-7.aspx

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

本地wamp下调试url重写,加入htaccess文件后提示:500 Internal Server Error ...,而删除这个文件网站又可以正常访问。 百度了一下,都讲了一大通废话,其实就是没有开启url重写的功能。开启一下就可以。 WAMP下htaccess出错的解决方法: 1. 打开wamp安装目
configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 基本上确定是丢失了什么包所致,上网搜索得到需要事先安装的依赖包。 # RetHat CentOS or Fedora 使用下面安装命令 yum install curl curl-devel # Debi
刚搭建完成一个程序用的软件。把自己在搭建时步骤写下来,省的在搭建的时候走弯路,找资料。
我的服务器是用apache搭建的,里面的access.log和error.log这两个文件要经常上去看,和清理,如果时间忙,忘记看和清理了,过不了多久,这两个文件就膨胀的非常的大,打都打不开了。
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
HTTP 错误 500.19- Internal Server Error 错误解决方法,碰到这个问题的原因有很多,大家可以参考下,看属于哪种情况。