keooudone nan

keooudone nan

  • NA
  • 33
  • 3.4k

Error save image to database in WCF Service

Mar 24 2015 12:11 AM
Error Message:
 
the remote server returned an unexpected response (413) request entity too large
 
 
My Web.config
<bindings>
<basicHttpBinding>
<binding name="wsBinding" closeTimeout="01:00:00" openTimeout="01:00:00"
receiveTimeout="01:00:00" sendTimeout="01:00:00" maxBufferPoolSize="2147483647"
maxReceivedMessageSize="1014748364700">
<readerQuotas maxStringContentLength="2147483647" maxArrayLength="2147483647" />
</binding>
</basicHttpBinding>
</bindings>
 
 How to solved this problem ?
 

Answers (2)