I know this was required in ASP.NET 1.1 because by default it will restrict http connections 2.
<system.net> <connectionManagement> <add address="*" maxconnection="8"/> </connectionManagement> </system.net>
However, I believe in environment 2.0, by default it is 12n, where n is the number of processors?
Can anyone confirm that this is correct?
source share