Reputation: 95
I have a WCF service running on my application. Whenever I pass large amount of data to the service I get this error
The remote server returned an unexpected response: (413) Request Entity Too Large.
How to solve this error?
I did R&D on this issue but did not find any suitable answers.
I am creating an entity dynamically which contains 53 fields, but when I try to add the 54th field this error is thrown.
Upvotes: 0
Views: 267