WCF service maxReceivedMessageSize basicHttpBinding issue

前端 未结 3 944
轮回少年
轮回少年 2020-12-13 06:32

I can\'t seem to get my WCF service to accept large amounts of data being sent up to it.

I configured the maxReceivedMessageSize for the client and could receive l

3条回答
  •  再見小時候
    2020-12-13 06:52

    Is the name of your service class really IService (on the Service namespace)? What you probably had originally was a mismatch in the name of the service class in the name attribute of the element.

提交回复
热议问题