c# - WCF service Error for large amount of data -


i have wcf service running on application. whenever pass large amount of data service error

the remote server returned unexpected response: (413) request entity large.

how solve error?

i did r&d on issue did not find suitable answers.

i creating entity dynamically contains 53 fields, when try add 54th field error thrown.

the problem arises due file size of image

can't upload large files using iis

the fix size of uploadreadaheadsize metabase property.

reference 1,2,3


Comments