Maximum request length exceeded

 

上传大文件时错误提示:超过了最大请求长度Maximum request length exceeded

 

  在web.config  <system.web>下添加

    <httpRuntime
    executionTimeout="1200"
    maxRequestLength="1024000" //大小限制改为1G
    useFullyQualifiedRedirectUrl="false"
    minFreeThreads="8"
    minLocalRequestFreeThreads="4"
    appRequestQueueLimit="100"
    enableVersionHeader="false" />
posted @ 2012-05-31 20:39  我思故我在...  阅读(364)  评论(0编辑  收藏  举报