Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4546112
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:54:28+00:00 2026-05-21T15:54:28+00:00

I have an app that calls a WCF service in high frequency. The app

  • 0

I have an app that calls a WCF service in high frequency. The app starts out working fine and then after a few minutes, every call starts generating this error:

System.TimeoutException: The request channel timed out attempting to send after 00:02:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding.

I’ve tried everything I can think of to get around this error, such as:

  • Setting multiple concurrencymode on the service:


[ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple)]
public class ListingService : IListingService

  • Setting higher limits for max concurrent calls/sessions/instances in the service web.config:


serviceThrottling maxConcurrentCalls="100000" maxConcurrentSessions="100000" maxConcurrentInstances="100000"

  • Setting a higher servicepointmanager defaultconnectionlimit on application_start on the service’s global.asax:


protected void Application_Start(object sender, EventArgs e)
{
System.Net.ServicePointManager.DefaultConnectionLimit = 100000;
}

  • Making sure I’m closing client connections:


using (var client = new ListingServiceClient())
{
client.SaveListing(listing);
client.Close();
}

Here is the services web.config – http://pastebin.com/d9qtZUKN

However, I’m still getting the error. I’m sure that the service call does not take that long. Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T15:54:29+00:00Added an answer on May 21, 2026 at 3:54 pm

    The issue was the db timing out which caused WCF to time out.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a client app that makes calls to a WCF service. This app
I have a Windows Form app (4.0) that calls a Web Service (WCF) but
I have a simple console app that calls a WCF service over net.tcp and
I have an iPhone app out there that calls home to my server every
Assume that I have Silverlight app doing a call to a WCF service: void
I have a WCF service in an ASP.NET AJAX app that is returning json.
I have a c# app that calls a wcf serivce using OperationContextScope scope =
I have an ASP.Net MVC3 project that calls a WCF service to get data.
I have this RoR app that calls to RAILS_ROOT. When running it using rails
I have a legacy PHP/MySQL app that calls mysql_connect(). Tons of existing downstream code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.