Skip to content

Instantly share code, notes, and snippets.

@ScottGuymer
Created May 15, 2013 13:18
Show Gist options
  • Save ScottGuymer/5583937 to your computer and use it in GitHub Desktop.
Save ScottGuymer/5583937 to your computer and use it in GitHub Desktop.
Set maximum IIS connection on windows XP to 40
cd \inetpub\adminscripts
cscript adsutil.vbs set w3svc/MaxConnections 40
iisreset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment