【发布时间】:2012-11-19 17:11:56
【问题描述】:
我正在尝试将以下内容添加到我的 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
如何为此添加部分声明?
【问题讨论】:
-
您处于集成模式还是经典模式?什么版本的 .NET?
标签: asp.net web-config iis-7.5