Search code examples
c#wcfwcf-binding

Configure Max Users on WCF - HTTP Binding


How do I configure the maximum number of users that can connect to a WCF service that is using an HTTP binding?


Solution

  • You can use the ServiceThrottling attribute in the web config.

    http://msdn.microsoft.com/en-us/library/ms731379.aspx