今天在win2008+IIS7.5的環境中部署WCF服務後,一直出現沒法打開的頁面。具體錯誤信息以下:php
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 文件的必需權限。html
在網上搜尋了很久,發現都不是匹配的錯誤。最終在一個英文網站找到了。。web
解決辦法:服務器
#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