修改IIS的 applicationhost.config

1.文件位置: %windir%/system32/inetsrv/config/applicationhost.config

2.找到<requestFiltering>节点,该节点下默认没有 <requestLimits maxAllowedContentLength="上传大小的值(单位:byte)" /> 元素。

3.为这个节点添加如下元素:<requestLimits maxAllowedContentLength="2147483647" /> (上传的大小将改为2G)

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2021-07-12
  • 2022-02-19
  • 2021-10-10
  • 2022-01-03
猜你喜欢
  • 2022-01-06
  • 2021-06-22
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案