我正在尝试将以下内容添加到我的 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
如何为此添加部分声明?