Top "Maxreceivedmessagesize" questions

WCF MaxReceivedMessageSize Error

I am getting below error when calling a wcf service (wshttpbinding). I already set the MaxReceivedMessageSize to max value (2147483647). Can …

wcf maxreceivedmessagesize
The maximum message size quota for incoming messages (65536) has been exceeded

My WCF Service has an OperationContract that accepts, as a parameter, an array of objects. This can potentially be quite …

c# wcf maxreceivedmessagesize
Still getting (413) "Request Entity Too Large" even after setting the web.config in C#

I'm developing a web application using MVC4 with C#. I need to send PDFs via AJAX, so I convert them …

c# web-services asp.net-mvc-4 maxreceivedmessagesize
How to override WebServiceHostFactory MaxReceivedMessageSize?

There are a lot of similar questions out there, but I have tried every solution in every one of them …

wcf rest wcf-binding maxreceivedmessagesize webservicehost
WCF possibly exceeded my response size

Ok so I have finally got my WCF service running great. It has taken me some time but I have …

wcf binding maxreceivedmessagesize