WCF Service Throttling

Or use this configuration in the client.

<system.net>
    <connectionManagement>
      <add maxconnection = "200" address ="*" />
    </connectionManagement>
  </system.net>

Here 200 is the limit from the client

Leave a Comment