From MSDN:
maxconnections
The default two-connection limit for connecting to a Web resource can be
controlled via a configuration element called connectionManagement. The
connectionManagement setting allows you to add the names of sites where you
want a connection limit that is different than the default. The following
can be added to a typical Web.config file to increase the default value for
all servers you are connecting, to a connection limit of 40.
<system.web>
...It should be noted that there is never a limit to the number of
connections to your local machine, so if you are connecting to localhost,
this setting has no effect
Thanks for the response
Dosnt this indicate max # of connections from perticular client.
I want to set max # of concurrent connections from any client.
Thanks
Ajit
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.