用FileUpLoad上传大文件时直接蹦出页面错误(浏览器自带的那种)

原因是FileUpLoad控件自身的安全性要求较高需要在Web.config文件中进行配置

在WebConfig 中 增加
<system.web>

    <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="104857" executionTimeout="900"/>
</System.web>

另外

在IE的Internet选项-》高级中ssl2.0 ssl3.0 tls1.0 pct1.0都勾上。

OK了

 

posted on 2010-04-20 11:00  秦威龙  阅读(905)  评论(0编辑  收藏  举报