HTTP Error 500.19 in IIS 8 when system.web configuration is present in apphost config

依然范特西╮ 提交于 2019-12-04 03:01:44

I've seen this error occur when all of the necessary modules are not installed. Instead of telling you that a module is missing it will complain that the config is corrupt. Check that the same modules you've installed on the IIS 7/7.5 machines are also installed on IIS 8.

In our case we didn't have URL Rewrite installed. Instead of complaining about it missing it just gave us this generic message.

I think what you need to do when transferring a site from IIS 7.x to 8.x is first verify all of the addons are properly installed.

Mr Smith

I had a similar issue which I posted to SO here. Also take a look at this post on Feature Delegation.

Hi I found this youtube video helpful IIS 7 Tutorial which could also help you on your problem. Or perhaps this links could help you.Troubleshooting HTTP 500.19 Errors in IIS 7, Error message when you visit a Web site that is hosted on IIS 7.0: "HTTP Error 500.19 – Internal Server Error". Troubleshoot IIS7 errors like a pro

The links that I provided will guide you to determine the cause of your problem which from your statement it changes in different instances. And below it is a solution.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!