WCF Windows Service TimeOut
Posted
by rmdussa
on Stack Overflow
See other posts from Stack Overflow
or by rmdussa
Published on 2009-05-28T05:19:08Z
Indexed on
2010/04/29
0:17 UTC
Read the original article
Hit count: 817
I have a client application developed in .net seding a request to wcf service and supposed to send reponse .if execution time with in 1 minute,there is no error,if it exceeds 1 minute the error is Inner exception: This request operation sent to net.tcp://localhost:18001/PitToPort/2008/01/30/StockpileService/tcp did not receive a reply within the configured timeout (00:01:00). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client how to increase the time out and how?What is the best solution.
© Stack Overflow or respective owner