IIS Post 大小超出允许的限制

IIS限制默认POST的长度是4096 Byte

在IIS——配置编辑器——system.web/httpRuntime的maxRequestLength

或者在web.config文件中的system.web配置节增加下面语句。
<httpRuntime   maxRequestLength= "1024000 "   executionTimeout= "3600 "   /> 

 

posted @ 2018-05-21 19:11  小水皮  阅读(6125)  评论(0编辑  收藏  举报