Skip to content

Instantly share code, notes, and snippets.

@robcthegeek
Created April 9, 2011 09:27
Show Gist options
  • Save robcthegeek/911270 to your computer and use it in GitHub Desktop.
Save robcthegeek/911270 to your computer and use it in GitHub Desktop.
<!--
From: http://toostep.com/trends/iis-7-change-concurrunt-connection-limit-in-iis7-for-maximum
Open: %windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet.config
-->
<system.web>
<applicationPool
maxConcurrentRequestsPerCPU="5000"
maxConcurrentThreadsPerCPU="2"
requestQueueLimit="5000" />
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment