WCF - How to Increase Message Size Quota

后端 未结 13 2047
失恋的感觉
失恋的感觉 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:07

    Don't forget that the app.config of the execution entry point will be considered, not the one in class library project managing Web-Service calls if there is one.

    For example if you get the error while running unit test, you need to set up appropriate config in the testing project.

提交回复
热议问题