How do I allow more than 10 connections to IIS on Windows XP?

link|improve this question

66% accept rate
feedback

1 Answer

C:\Inetpub\AdminScripts\adsutil set w3svc/MaxConnections 40

This should up the connection to 40 (which is the max as far as I know.)

link|improve this answer
+1 Your answer is easier and better. – KCotreau Jul 13 '11 at 4:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.