WCF Service , how to increase the timeout?

后端 未结 4 1650
醉酒成梦
醉酒成梦 2020-11-29 15:43

Might seem like a silly question, but everything in WCF seems a lot more complicated than in asmx, how can I increase the timeout of an svc service?

Here is what I h

4条回答
  •  眼角桃花
    2020-11-29 15:51

    The timeout configuration needs to be set at the client level, so the configuration I was setting in the web.config had no effect, the WCF test tool has its own configuration and there is where you need to set the timeout.

提交回复
热议问题