
January 23rd, 2007, 09:32 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Location: Florida
Posts: 5
Time spent in forums: 53 m 51 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by nasah Hi
I would like to know is there any connection limit on IIS 6.0 running on windows 2003 server?..As far as i know winXP only allow max 10 concurrent connection but there is saying that it is no limit for IIS running on windows server.
I have a web based application that I would like to run on our web server. Unfortunately last time there were problem when more than 10 users try to attemp a connection to the server concurrently.
I check the performance setting (under website properties at IIS) and connection is set to unlimited.
Can anybody pls help me on this.
Thanks. |
You can change the connection limit on either of the mentioned OS's. With Windows XP, to increase to 50, you would type:
Quote:
cd \inetpub\adminscripts
cscript adsutil.vbs set w3svc/MaxConnections 50
iisreset |
Win2003 with SP1 has no default limit, however, if you had set one prior to installing SP1, the value is set (I think at 8,000 connections by default). But if it shows unlimited, then it's unlimited.
|