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.
The symptoms you are having does indicate a setting in the Request Filtering within IIS 7. Try also increasing the Max Allowed Content setting. Try looking at this link. http://learn.iis.net/page.aspx/143/use-request-filtering/
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.