How to Handle Concurrent requests from clients to WCF Service
Hi,
I have created a WCF service using wsHttpBinding and want to set concurrency mode and InstanceContextMode to handle multiple concurrent requests from clients. What settings i need to configure at ServiceBehavior and also service throttling in web.config file?
Thanks..
Jeevan