IIS限制默认POST的长度是4096 Byte
在IIS——配置编辑器——system.web/httpRuntime的maxRequestLength
或者在web.config文件中的system.web配置节增加下面语句。
<httpRuntime maxRequestLength= “1024000 ” executionTimeout= “3600 ” />
© 版权声明
文章版权归作者所有,转载请预留文章地址。s.wbsun.net
THE END
IIS限制默认POST的长度是4096 Byte
在IIS——配置编辑器——system.web/httpRuntime的maxRequestLength
或者在web.config文件中的system.web配置节增加下面语句。
<httpRuntime maxRequestLength= “1024000 ” executionTimeout= “3600 ” />
暂无评论内容