我想下面的添加到我的webconfig添加的System.Web applicationpool到web.config中導致500內部服務器錯誤
<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? – MikeSmithDev