The request channel timed out while waiting for a reply after 00:00:59.9989999,Error in WCF


Hi

while creating CRUD operation in Asp.net with WCF, I was getting error like this

The request channel timed out while waiting for a reply after  00:00:59.9989999. 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.

Then I solve the problem while increasing the time interval like this

<binding name=”BasicHttpBinding_IService” closeTimeout=”00:10:00″ openTimeout=”00:10:00″ receiveTimeout=”00:10:00″ sendTimeout=”00:10:00″ allowCookies=”false” bypassProxyOnLocal=”false” hostNameComparisonMode=”StrongWildcard” maxBufferSize=”65536″ maxBufferPoolSize=”524288″ maxReceivedMessageSize=”65536″ messageEncoding=”Text” textEncoding=”utf-8″ transferMode=”Buffered” useDefaultWebProxy=”true”>
<readerQuotas maxDepth=”32″ maxStringContentLength=”8192″ maxArrayLength=”16384″ maxBytesPerRead=”4096″ maxNameTableCharCount=”16384″/>
<security mode=”None”>
<transport clientCredentialType=”None” proxyCredentialType=”None” realm=””/>
<message clientCredentialType=”UserName” algorithmSuite=”Default”/>
</security>
</binding>

 

If you have some better way to solve the problem,Please share with me.

Advertisement

11 thoughts on “The request channel timed out while waiting for a reply after 00:00:59.9989999,Error in WCF

  1. chiropractic adjustment tool activator June 25, 2013 / 5:48 pm

    Hi there I am so glad I found your site, I really found you by error, while
    I was searching on Askjeeve for something else, Regardless I am here now and would just like to say cheers for
    a incredible post and a all round exciting
    blog (I also love the theme/design), I don’t have time to
    look over it all at the moment but I have saved it and also added in your RSS
    feeds, so when I have time I will be back to read a great deal more, Please do keep up the superb jo.

  2. Lynette September 13, 2013 / 3:20 am

    Generally I don’t learn post on blogs, but I
    wish to say that this write-up very forced me to check out and do it!

    Your writing style has been amazed me. Thank you,
    quite great post.

    • Chandra Dev September 21, 2013 / 3:24 am

      Thank you for posing nice words.

  3. Leonard September 17, 2013 / 1:48 pm

    Hi! I’ve been reading your web site for some time now and
    finally got the bravery to go ahead and give you a shout out from Austin Texas!
    Just wanted to say keep up the great job!

  4. BRANDO June 3, 2014 / 2:12 pm

    I will immediately take hold of your rss as I can’t find your e-mail subscription hyperlink or newsletter service. Do you’ve any? Kindly allow me recognize in order that I could subscribe. Thanks.

  5. Luisa June 11, 2014 / 2:08 pm

    wonderful publish, very informative. I ponder why the opposite experts of this sectoor do not understand this.
    You mst continue your writing. I am confident,
    you have a huge readers’ base already!

  6. low carb mistakes June 13, 2014 / 3:52 am

    Thanks for sme other great article. Where else may anybody get that
    type of info in such a perfect way of writing? I have a presentation next week, and I’m
    at the lookk for such information.

  7. Low Carb Food June 16, 2014 / 4:55 am

    After looking over a number of the blog articles on your web page, I truly like your technique of blogging.
    I book marked it to my bookmark webpage list and will be checking back soon. Please viisit my website as well and let
    me know your opinion.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.