将system.web applicationpool添加到web.config会导致500内部服务器错误

时间:2012-11-19 17:11:57

标签: asp.net web-config iis-7.5

我正在尝试将以下内容添加到我的webconfig

<system.web>
    <applicationPool maxConcurrentRequestsPerCPU="5000" maxConcurrentThreadsPerCPU="0" requestQueueLimit="5000"/>
</system.web>

然而,当我这样做时,我收到以下错误。

The configuration section 'applicationPool' cannot be read because it is missing a section declaration 

如何为此添加章节声明?

2 个答案:

答案 0 :(得分:4)

我不相信你可以将它添加到web.config文件中。它应该放在你的Aspnet.config文件中。

Web Settings Schema

答案 1 :(得分:0)

我认为你可以设置它来覆盖pr。

部分下的应用程序
<system.webServer><httpRuntime>

<system.webServer><serverRuntime>

您可以进入IIS并在配置编辑器

下的站点上查看