WCF - How to Increase Message Size Quota

后端 未结 13 2023
失恋的感觉
失恋的感觉 2020-11-22 06:16

I have a WCF Service which returns 1000 records from database to the client. I have an ASP.NET WCF client (I have added service reference in asp.net web application project

13条回答
  •  無奈伤痛
    2020-11-22 07:14

    For me, all I had to do is add maxReceivedMessageSize="2147483647" to the client app.config. The server left untouched.

提交回复
热议问题