【发布时间】:2023-03-25 22:32:01
【问题描述】:
我已将 web.config 配置为允许 50 MB <httpRuntime maxRequestLength="51200" />
但是当我尝试将 40MB 的附件添加到共享点列表时,它失败了。
但如果我将 maxRequestLength 增加到 52 MB <httpRuntime maxRequestLength="53248" />,它会起作用。
怎么了?? Web 服务调用会增加请求的大小吗?有没有办法解决这个问题,所以如果我将 maxRequestLength 配置为 50 MB,它允许 50 MB 吗?
【问题讨论】:
标签: web-services sharepoint web-config sharepoint-webservice