try to upload 5M files through web interface give me error

Discussion in 'General troubleshooting' started by likeuclinux, May 1, 2010.

  1. I try to upload file of 5M from web site, then I get error: Internet Explorer cannot display the webpage" error
    I already set following in web.config:

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

    please help me on this. does it trigger IIS recycle again?
     
  2. FredC

    FredC Winhost Staff

    In general, when you upload a file using HTTP, the file caches in memory and depending on the file size, it can cause a violation on the memory limit.
     

Share This Page