HTTP Error 503.2 - Service Unavailable. The serverRuntime@appConcurrentRequestLimit setting is being exceeded
问题 I have a intranet SiteCore website set up on IIS 7 which randomly throws the following error message HTTP Error 503.2 - Service Unavailable The serverRuntime@appConcurrentRequestLimit setting is being exceeded. To fix this issue, I have made following changes Increased the Queue Length of application pool myrjetAppPool from 1000 to 65535. Modified Machine.Config to increase requestQueueLimit property of ProcessModel element to 100000 Increased appConcurrentRequestLimit to 10000 by running C: