Why is my WCF Service not loading my Binding config?

前端 未结 2 987
自闭症患者
自闭症患者 2021-02-14 12:11

I have the problem with the following error: \"The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceived

2条回答
  •  北恋
    北恋 (楼主)
    2021-02-14 12:26

    The maxBufferPoolSize and maxReceivedMessageSize are not exposed to the client, only the server is aware of them. the sizes the client is using are defaults, just change them to be whatever size you want. obviously this is problematic if you are regenerating it alot, but i don't think there is much alternative.

提交回复
热议问题