http://msdn.microsoft.com/en-us/library/fb6y0fyc.aspx
Generally, the maximum amount of connections is a value that your server
setup can support. This is based on the physical makeup of your server(s),
the normal load the server(s) are under, and your Internet connection speed.
There is no one value that is right for everyone.
-Scott
"MCM" <(E-Mail Removed)> wrote in message
news:E82E156C-D222-4D05-A94A-(E-Mail Removed)...
> <system.net>
> <connectionManagement>
> <add address="*" maxconnection="1000" />
> </connectionManagement>
> </system.net>
>
> What is the best practice for this section of web.config? How does this
> work? What is a reasonable value for maxconnection? What does address
> apply
> to?