Skip to content
Row Coding
  • java
  • python
  • git
  • javascript

service-model

maxReceivedMessageSize and maxBufferSize in app.config

by Tarik

You need to do that on your binding, but you’ll need to do it on both Client and Server. Something like: <system.serviceModel> <bindings> <basicHttpBinding> <binding maxBufferSize=”64000000″ maxReceivedMessageSize=”64000000″ /> </basicHttpBinding> </bindings> </system.serviceModel>

Categories c# Tags .net, c++, service-model, wcf, winforms Leave a comment

Recent Posts

  • What is an uber JAR file?
  • Error running ‘pip install’: “ImportError: No module named pip”
  • Change the default terminal in Visual Studio Code
  • How can I do tag wrapping in Visual Studio Code?
  • Is it valid to have an HTML form inside another HTML form? [duplicate]
  • Should I declare a constant instead of writing a constexpr function?
  • What is & How to use getattr() in Python?
  • Start a background process in Python
  • PATH issue with pytest ‘ImportError: No module named …’
  • Linux command to get time in milliseconds
Copyright © 2023 Row Coding. All Rights Reserved.