您的位置:首页 > 其它

.net 文件上传 超过最大请求长度 解决方法

2008-03-14 16:30 686 查看
配置web.config

<configuration>

<system.web>

<httpRuntime maxRequestLength="10240" executionTimeout="900"/>

</system.web>

</configuration>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: