Thursday, October 7, 2010

How to increase data size returned by WCF service

This is the something that I learnt today and so posting it.

If you want to return large data from WCf service , simple add this to the web.config file:








By default this value is 65536 that means only this much data will be serialized . Once the size is changed , you can return more data.

Have a good day !

No comments: