The remote server returned an unexpected response: (413) Request Entity Too Large.

前端 未结 6 1942
孤街浪徒
孤街浪徒 2020-11-30 04:14

I\'m trying to build a WCF Application service, using FW4.0. My service work correctly when transferring EntiryFramework object between Server and client. But I\'m having pr

6条回答
  •  Happy的楠姐
    2020-11-30 04:29

    I was getting this error. I discovered that I had created the binding configuration, but failed to set the endpoint to that configuration. Therefore, the endpoint was using an unnamed binding configuration with the default settings. So, maxReceivedMessageSize was 65k.

提交回复
热议问题