Network Connection Reset During FileUpload

Discussion in 'General troubleshooting' started by DaveCS, Aug 20, 2010.

  1. Hello, I am working on a site hosted here and was running into some problems with timeouts during fileuploads. I'm using vb ASP.NET targeted to 3.5 framework.


    I tried adding maxRequestLength and executionTimeout setting to my web.config to no avail. I have done it in the past and am familiar with it.

    I tried everything I could think of but am having no luck. I have tried the AjaxToolkit uploader, a custom control I have used for years and finally just tried it with a plain upload control but uploads are failing with that as well. Uploads are working well on my machine with debug off and other sites.


    I am having these problems with files that are over 200kb it seems. I have a barebones sample with the web.config, simple codebehind and sample images to use.


    http://tradewindsguns.com/test/upload2.aspx

    Thank You.
     
  2. Ray

    Ray

  3. Thank You Ray.

    I'm still working on it and will update once I achieve positive results. I will post the fix to perhaps help others who run into this issue.
     

Share This Page