可将httpErrors 部分配置为显示特定子状态代码的“自定义错误”。 如果请求的具有文件扩展名的文件未包含在 IIS MimeMap(<staticContent> 配置部分)中,将以下行添加到 httpErrors 配置部分后,IIS 将返回 404_3.htm。XML 复制 <error statusCode="404" subStatusCode="3" prefixLanguageFilePath="c:\in...
复制代码 代码如下: %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 HTTP 错误 500.19 - Internal Server Error 无法访问请...
To resolve this error, check the following sections for the appropriate error code information. HRESULT code 0x8007000d Error message: Server Error in Application "application name" HTTP Error 500.19 – Internal Server Error HRESULT: 0x8007000d ...
applicationhost.config 或 web.config 文件中存在格式错误的 XML。 由于NTFS 权限不正确,服务器无法访问 applicationhost.config 或 web.config 文件。 可尝试的操作: 查询事件日志中有关配置文件不可读的原因的信息。 确保为应用程序池指定的用户标识或通过身份验证的用户具有访问 web.config 文件的必需权限。
HTTP 错误 500.19 - Internal Server Error 无法访问请求的页面,因为该页的相关配置数据无效。 详细错误信息 模块DynamicCompressionModule 通知SendResponse 处理程序 StaticFile 错误代码 0x8007007e 请求的 URL *** 物理路径 C:/ECG2.0/eWECGService 登录方法 匿名 ...
Error Message:HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Module DynamicCompressionModule Notification SendResponse Handler StaticFile Error Code 0x8007007e Requested URL http://localhost:80/ Physical Path...
2、找到文件中的<httpErrors errorMode="DetailedLocalOnly" defaultResponseMode="File" ><remove statusCode="404" /><error statusCode="404" path="404.html" /></httpErrors>3、把这段代码替换成以下代码:<httpErrors errorMode="DetailedLocalOnly" defaultResponseMode="File" ><remove statusCode="404...
1. IIS error: Quick fix The 500 Internal Server Error is a common HTTP error code indicating that something has gone wrong on the web server. As each website can use an individual error code, the error message may also look similar to one the following messages: ...
注意404.1错误只会出现在具有多个IP地址的计算机上。如果在特定IP地址/端口组合上收到客户端请求,而且没有将IP地址配置为在该特定的端口上侦听,则IIS返回404.1HTTP错误。例如,如果一台计 算机有两个IP地址,而只将其中一个IP地址配置为在端口80上侦听,则另一个IP地址从端口80收到的任何请求都将导致IIS返回404.1错...
单击开始键入 记事本 在中开始搜索框中,用鼠标右键单击记事本然后单击以管理员身份运行.注意: 如果提示您输入管理员密码或进行确认时,键入密码,或单击继续.在上文件菜单上,单击打开键入%windir%\System32\inetsrv\config\applicationHost.config在中文件名称框中,然后单击打开.在 ApplicationHost.config ...