已检测到ASP.NET设置不适用于集成pipe理pipe道模式

我有一个运行IIS 7的plesk 10.2共享主机。试图运行.Net 4.0网站。 它给出了以下错误:

HTTP Error 500.23 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. 

find这个链接

http://forum.parallels.com/pda/index.php/t-95091.html

但在控制面板中找不到Handler Mappings部分。

任何解决scheme

你可以在这里find答案: https : //stackoverflow.com/questions/4209999/an-asp-net-setting-has-been-detected-that-does-not-apply-in-integrated-managed-p

这是:确保将其添加到您的web.config

 <configuration> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> </system.webServer> </configuration>