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 7417161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:38:43+00:00 2026-05-29T07:38:43+00:00

I would like to increase my connection timeout . I am hosting my WCF

  • 0

I would like to increase my connection timeout .
I am hosting my WCF service in windows service.
this is my App.config file:

`

<services>
  <service name="Service.WebexClient"  behaviorConfiguration="MyServiceTypeBehaviors" >
    <host>
      <baseAddresses>
        <add baseAddress="http://localhost:8413/MyWebexService"/>
      </baseAddresses>
    </host>
  </service>

</services>
<behaviors>
  <serviceBehaviors>
    <behavior name="MyServiceTypeBehaviors" >
      <serviceMetadata httpGetEnabled="true" />
    </behavior>
  </serviceBehaviors>
</behaviors>

`
I would like to increase the time out, where do it put this configuration in the app.config file?

  • 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-29T07:38:44+00:00Added an answer on May 29, 2026 at 7:38 am

    You should use a custom binding, for example in wsHttpBinding:

    <bindings>
      <wsHttpBinding>
        <binding name="wsHttpBindingConfig"
             closeTimeout="00:00:30">
        </binding>
      </wsHttpBinding>
    </bindings>
    

    Than use it in the endpoint

    <endpoint binding="wsHttpBinding"
              bindingConfiguration="wsHttpBindingConfig"
              contract="..."
              name="...">
    </endpoint>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to increase this value <httpRuntime maxRequestLength=2024000 executionTimeout=300/> But i am not
To increase user experience, I would like to warn the user that the file
I am developing an app to record voice. I would like to increase the
I would like to increase the value of the cell in the row by
i would like to implement a function in R which is able to increase
Would like to parse IPv4 address from exit-addresses . Format of the file: ExitNode
I would like to increase the RAM to at least 1 GB and I
I would like for my hovered item in a ListBox to increase its fontsize
I would like to do something like this: In a loop, first iteration write
I would like to know some tips how to secure DLL (Win32, dynamic) file

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.