我在Wpf应用程序中使用wcf服务。我必须保存一个185 Kb的图像。问题是每一次,我试着保存它我得到了这个消息
远程服务器返回了意外的响应。 (413)请求的实体太大。
这是我在客户端的绑定
<binding name="BasicHttpBinding_IHRMEmployeeDef" maxBufferPoolSize="2147483646"
maxBufferSize="2147483646" maxReceivedMessageSize="2147483646" >
<readerQuotas maxDepth="525288" maxStringContentLength="525288" maxArrayLength="525288"
maxBytesPerRead="525288" maxNameTableCharCount="525288" />
</binding>
和
<endpoint address="http://localhost:1714/PAYROLL/Setup/HRMEmployeeDef.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IHRMEmployeeDef"
contract="Service_EmployeeDef.IHRMEmployeeDef" name="BasicHttpBinding_IHRMEmployeeDef" />
任何建议
答案 0 :(得分:0)
我找到了解决方案......通过在我的Web.Config中设置maxReceivedMessageSize