maxReceivedMessageSize and maxBufferSize in app.config

后端 未结 7 770
心在旅途
心在旅途 2020-12-16 09:30

How to increase maxReceivedMessageSize and maxBufferSize parameters in app.config file to 2000000 before running the application.

相关标签:
7条回答
  • 2020-12-16 10:00
    binding name="BindingName" 
    maxReceivedMessageSize="2097152" 
    maxBufferSize="2097152" 
    maxBufferPoolSize="2097152" 
    

    on client side and server side

    0 讨论(0)
提交回复
热议问题