It's not who you are underneath, it's what you do that defines you

点击fileupload后button事件不起作用

在web.config配置

<system.web>

    <httpRuntime executionTimeout="300" maxRequestLength="204800" useFullyQualifiedRedirectUrl="false"/> 

</system.web> 

 

   <!-- 设置文件上传时的系统参数-->
    
  
<httpRuntime maxRequestLength="10240"
    useFullyQualifiedRedirectUrl
="true"
    executionTimeout
="6000"
   minFreeThreads
="8" 
   minLocalRequestFreeThreads
="4" 
   appRequestQueueLimit
="100" 
    
/>

posted @ 2012-05-31 16:55  金铭杰  阅读(593)  评论(0编辑  收藏  举报

Brick walls are there for a reason :they let us prove how badly we want things