Skip to content
DamianEdwards edited this page Nov 7, 2011 · 39 revisions

Performance

IIS Configuration

Increase the number of concurrent requests IIS will server at once:

  • Open %windir%\inetsrv\config\applicationHost.config
  • Locate the serverRuntime element
  • Add the appConcurrentRequestLimit attribute if not already there and set it to a suitable number (5000 is the default in IIS7+)

e.g. <serverRuntime appConcurrentRequestLimit="250000" />

Clone this wiki locally