At present in my organization I am using Windows Server 2008R2 + IIS7.0 + .netv4.0(Integrated mode) and also we have 4core processor. While we are checking its identified that the number of maximum concurrent connection is 48 (12*4) and rest of them are
getting Request Timeout. Can anyone suggest me that how to increase the maximum number of concurrent connection from an IP address to 1000.
I got the exact result when adding the following leg with the following value in the machine.config file and need to remove the the from web.config if exist
sankarmu
3 Posts
Increase maximum number of concurrent connection from 12 to 100 in IIS7
Feb 15, 2013 04:00 AM|LINK
Hi,
At present in my organization I am using Windows Server 2008R2 + IIS7.0 + .netv4.0(Integrated mode) and also we have 4core processor. While we are checking its identified that the number of maximum concurrent connection is 48 (12*4) and rest of them are getting Request Timeout. Can anyone suggest me that how to increase the maximum number of concurrent connection from an IP address to 1000.
Regards..
Thanks & regards...
Sankar
g_cory
348 Posts
Re: Increase maximum number of concurrent connection from 12 to 100 in IIS7
Feb 15, 2013 01:29 PM|LINK
This link may help. I have found it useful in the past.
Please "Mark" as Answer if this post helped you.
OrcsWeb: Managed Windows Hosting Solutions
"Remarkable Service. Remarkable Support."
sankarmu
3 Posts
Re: Increase maximum number of concurrent connection from 12 to 100 in IIS7
Feb 18, 2013 05:37 AM|LINK
Hi,
In which link that I have to refer to solve the issue.
Regards...
Sankar
sankarmu
3 Posts
Re: Increase maximum number of concurrent connection from 12 to 100 in IIS7
Mar 01, 2013 05:18 AM|LINK
Hi,
I got the exact result when adding the following leg with the following value in the machine.config file and need to remove the the from web.config if exist
<system.net>
<connectionManagement >
<add address ="*" maxconnection ="65535"/>
</connectionManagement>
</system.net>
Regards...
Sankar