码迷,mamicode.com
首页 > Web开发 > 详细

HTTP 错误 500.22 - Internal Server Error

时间:2017-03-07 16:59:03      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:http   技术   alt   rewrite   blog   程序池   track   ati   data-   

 

HTTP 错误 500.22 - Internal Server Error

检测到在集成的托管管道模式下不适用的 ASP.NET 设置。

技术分享

 

方法一:修改应用程序池托管管道模式至经典模式

 

方法二,修改web.config

<httpModules>
<add type="wqcms.URLRewriter.ModuleRewriter, wqcms_URLRewriter" name="ModuleRewriter" />
</httpModules>
<httpHandlers>
</httpHandlers>
</system.web> 

修改为

<system.webServer>
<modules>
<add type="wqcms.URLRewriter.ModuleRewriter, wqcms_URLRewriter" name="ModuleRewriter" />
</modules>
</system.webServer>
</configuration>

 
 

 

HTTP 错误 500.22 - Internal Server Error

标签:http   技术   alt   rewrite   blog   程序池   track   ati   data-   

原文地址:http://www.cnblogs.com/xiaoshi657/p/6515492.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!