2
Answers

Error save image to database in WCF Service

keooudone nan

keooudone nan

9y
440
1
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)