Re: IIS7 ConnectionLimit / maxAllowedContentLength / Error #2038

  •  11-24-2010, 7:19 AM

    Re: IIS7 ConnectionLimit / maxAllowedContentLength / Error #2038

    You can also try  to put this in web.config  (this solved my issue )

    <httpRuntime maxRequestLength="2097151" executionTimeout="1200" />
     
    i tested 200mb with ajaxuploader on iis7  (i got max  upload speed to from my isp)
     
    works just fine
View Complete Thread