私は私がWCF RESTサービス「ファイルの予期しない」末端
<bindings>
<basicHttpBinding>
<!-- Create a custom binding for our service to enable sending large amount of data -->
<binding name="NewBinding0" sendTimeout="00:10:00" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
</binding>
</basicHttpBinding>
</bindings>
を入れている500 reordsを挿入するためにWCF RESTサービスを使用しますが、エラー「ファイルの予想外の終わり」を取得していますASP.NET Webアプリケーションを持っています
クライアントのcofigとサービス設定の両方で同じ問題が存在する...