To avoid the Operation timeout error in WCF applications, we need to configure the Operation Timeout property for Proxy in the WCF client code. This configuration is something new unlike other configurations such as Send Timeout, Receive Timeout etc.,To set this operation timeout property configur ...
Go to the complete details ...