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

  • Home
  • SEARCH
  • 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 8013349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:36:40+00:00 2026-06-04T19:36:40+00:00

we currently set WCF RIA Services Link from the Silverlight client, I currently looking

  • 0

we currently set WCF RIA Services Link from the Silverlight client, I currently looking for the config file to changes some wcf settings. Is that possible?

  • 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-06-04T19:36:42+00:00Added an answer on June 4, 2026 at 7:36 pm

    You need to add appropriate settings and behaviors to your service endpoints.

    Here is an example of an endpoint behavior that increases maxItemsInObjectGraph:

    <endpointBehaviors>
        <behavior name="ClientMaxItemsInObjectGraphBehavior">
            <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
        </behavior>
    </endpointBehaviors>
    

    It is referenced using behaviorConfiguration= in an endpoint like this:

    <endpoint contract="AssemblyName.IContactName" 
        address="http://localhost:50101/MyService.svc"
        behaviorConfiguration="ClientMaxItemsInObjectGraphBehavior"
        binding="wsHttpBinding" 
        bindingConfiguration="WSHttpBinding_Default"
        name="MyServiceEndpoint">
    </endpoint>
    

    Most of the other settings relate to the service binding which was referenced by bindingConfiguration= e.g.:

    <system.serviceModel>
        <bindings>
            <wsHttpBinding>
                <binding name="WSHttpBinding_Default"
                maxBufferPoolSize="2147483647" 
                maxReceivedMessageSize="2147483647"
                          <readerQuotas maxDepth="32" 
                                maxStringContentLength="2147483647" 
                                maxArrayLength="16384"
                                maxBytesPerRead="4096" 
                                maxNameTableCharCount="16384" />
                </binding>
    

    It is probably easier to study the matching classes and properties than the config files. Configs get messy very fast, but they just reflect a hierarchy of properties at run-time so working backwards from the class documentation may help you understand where the various settings go.

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

Sidebar

Related Questions

I am currently looking to design some WCF services and wanted to get the
I have a Silverlight / WCF RIA Services application that uses EF 4. Currently,
I have a set of WCF services with AspNetCompatibility enabled and consume them from
I am currently looking into using WCF for REST services. A problem I ran
We are currently migrating a WCF service from IIS 6 to IIS 7. The
I am designing the architecture for a set of WCF services. Due to the
We have a set of services in .NET 3.5\C# and WCF. The NUnit tests
Currently I have a web service (WCF) that exposes methods that are set to
We are looking at converting our currently in development WCF REST API to use
I am hosting a SL4 application using WCF RIA services on IIS6 and I

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.