iis7上传文件提示错误:413 Request Entity Too Large 解决方法

服务器 4293 0 2021-12-06

iis7上传文件提示错误:413 Request Entity Too Large 解决方法

问题说明:

错误提示:(413) Request Entity Too Large

意思是上传文件过大,被服务器拒绝


解决方法:

由于上传文件比IIS设置的上传文件最大值大的原因导致得,那我们就可以通过更改IIS设置来解决


1.打开IIS管理,选中要修改得站点——》点击“配置编辑器”——》选中“system.web/httpRuntime”节点——》修改maxRequestLength值,这就是上传文件的最大值,比如:102400(100M),然后点击应用。


2.在Web.config的<system.webServer>节点内添加


<security>

     <requestFiltering>

       <requestLimits maxAllowedContentLength="2147483647"></requestLimits>

     </requestFiltering>

</security>


如图所示:

完了重启IIS即可。

上一篇:centos7安装nginx+php+mysql

下一篇:在Windows 2008服务器IIS7.0上安装SSL证书并绑定https

讨论数量:0

请先登录再发表讨论。 2025-04-06

天涯网魂
3 杠 5 星
TA 的文章
TA 的随言
TA 的资源链