Vamsi k

Vamsi k

  • NA
  • 296
  • 43k

request time out channel issue

Oct 25 2019 8:00 AM
Hi All,
 
Wea re recieving below message while we are consuming service in asp.net application.
 
We have already given below hings, but still same error message, But locally when we are able to consume service, no change in web.test1.config but why we are getting that message i don't understand.
 
<binding name="BasicHttpBinding_MyService" closeTimeout="00:50:00" openTimeout="00:50:00"
receiveTimeout="00:50:00" sendTimeout="00:50:00" maxBufferSize="2147483647"
maxReceivedMessageSize="2147483647" textEncoding="utf-8" transferMode="Buffered"
useDefaultWebProxy="true" messageEncoding="Text">
<readerQuotas maxDepth="32" maxStringContentLength="5242880"
maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="2147483647" />
</binding>
 
 Error Message:
 
The request channel timed out while waiting for a reply after 00:49:59.9844002. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
 
Please post your answers 
 
 
 

Answers (1)