Hi I am facing the below error when application was hosted in the server. The application is working fine on the local box. "The maximum message size quota for incoming messages (100000000) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element."
All the searches done resulting in solving the issue with WCF But here I am not using any WCF service.
Please help me with this.
just add this to your binding in the app.config
<binding name="binding name.." maxBufferSize="2147483647" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With