0
kicks
Configuring WCF Throttling Behaviors
Most WCF services hosted in a live environment if not configured for handling heavy simultaneous requests give a Denial of Service Error, better known as DoS attacks. To prevent these from happening we have to configure the throttling behavior and some attributes of the ServiceHost.
In this article we try to understand and configure each throttling setting of a WCF service and how it affects the execution of the service.