ASP.Net - The maximum message size quota for incoming messages (65536) has been exceeded Code Example

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

<?xml version="1.0" encoding="UTF-8"?>
<bindings>
   <basicHttpBinding>
      <binding name="basicHttp" allowCookies="true" maxReceivedMessageSize="20000000" maxBufferSize="20000000" maxBufferPoolSize="20000000">
         <readerQuotas maxDepth="32" maxArrayLength="200000000" maxStringContentLength="200000000" />
      </binding>
   </basicHttpBinding>
</bindings>
Code by IncludeHelp, on February 28, 2023 08:14

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.