WCF timeout exception detailed investigation
If you are using .Net client then you may not have set //This says how many outgoing connection you can make to a single endpoint. Default Value is 2 System.Net.ServicePointManager.DefaultConnectionLimit = 200; here is the original question and answer WCF Service Throttling Update: This config goes in .Net client application may be on start up … Read more