如何解决“HTTP 错误 500.19 - 内部服务器错误"?在 IIS7.0 上 [英] How do I resolve "HTTP Error 500.19 - Internal Server Error" on IIS7.0

查看:42
本文介绍了如何解决“HTTP 错误 500.19 - 内部服务器错误"?在 IIS7.0 上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是什么导致了这个错误,我该如何解决?

What causes this error, how can I fix it?

详细的错误信息
模块 IIS Web 核心
通知开始请求
处理程序尚未确定
错误代码 0x8007052e
配置错误无法以具有虚拟目录密码的用户管理员身份本地登录到 C:inetpubwwwroot
配置文件不可用(配置隔离)
请求的 URL http://192.168.0.3:80/
物理路径 C:inetpubwwwroot
登录方法尚未确定
登录用户尚未确定

Detailed Error Information
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x8007052e
Config Error Can not log on locally to C:inetpubwwwroot as user administrator with virtual directory password
Config File Unavailable (Config Isolation)
Requested URL http://192.168.0.3:80/
Physical Path C:inetpubwwwroot
Logon Method Not yet determined
Logon User Not yet determined

配置源

<application path="/" applicationPool="PS-Extranet">
    <virtualDirectory path="/" physicalPath="%SystemDrive%inetpubwwwroot" userName="administrator" password="[enc:AesProvider:PrISRz2ggJH4bV46ktObfCSh91Y/yF9pAoLmH7eCnj0=:enc]" />
</application>

推荐答案

我遇到了同样的问题,但原因不同.

I had the same issue, but reason was different.

在我的 web.config 中有一个 URL 重写模块规则,而且我还没有安装 URL 重写模块.安装url重写模块后,这个问题就解决了.

In my web.config there was a URL rewrite module rule and I haven’t installed URL rewrite module also. After I install url rewrite module this problem solved.

这篇关于如何解决“HTTP 错误 500.19 - 内部服务器错误"?在 IIS7.0 上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆