我收到以下错误:
The maximum message size quota for incoming messages (65536) has been exceeded.
To increase the quota, use the MaxReceivedMessageSize property on
the appropriate binding element.
- 我正在使用使用 REST 服务的 WebhttpBinding。
- 客户端没有配置设置。
- 我正在使用 MVC3 应用程序。
在超过 65536 字节的流中需要帮助。
有什么方法可以编辑 ServiceHostFactory 行为,以便我可以将 MaxReceivedMessageSize 属性设置为 2GB
感谢您的答复。
由于我使用的是 WebHttpBinding,我想知道如何覆盖 ServiceHostFactory 。
创建一个自定义类并覆盖 WebServiceHost 的 OnOpening() 方法可以解决问题吗?