Change timeout for each WCF method or call
问题 I have a quite large "old" WCF Service with many different methods. The most of these methods are "normal" so they should answer in less than 10 seconds but there are several methods (8 or 9) that are long processes so they can take a long time to get a response. The receivetimeout and sendtimeout were set to 00:40:00 to ensure they had time enought to accomplish these processes. The problem is sometimes we have connection issues and the "normal" methods take a really long time to crash...