You must Sign In to post a response.
Category: WCF
#754274
You can set the Time out in the configuration file as below.
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
<configuration>
<system.serviceModel>
<bindings>
<wsHttpBinding>
<binding openTimeout="00:10:00"
closeTimeout="00:10:00"
sendTimeout="00:10:00"
receiveTimeout="00:10:00">
</binding>
</wsHttpBinding>
</bindings>
</system.serviceModel>
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
Return to Return to Discussion Forum