我正在尝试将以下内容添加到我的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
如何为此添加章节声明?
答案 0 :(得分:4)
我不相信你可以将它添加到web.config文件中。它应该放在你的Aspnet.config文件中。
答案 1 :(得分:0)
我认为你可以设置它来覆盖pr。
部分下的应用程序<system.webServer><httpRuntime>
和
<system.webServer><serverRuntime>
您可以进入IIS并在配置编辑器
下的站点上查看