UPLOAD Session LIMIT
Hello Gurus, The scenario is this. I have 2 fileupload control on a web page and 3 or more concurrent users. when all 3 users upload at the same time , i got "Entity is too large" displayed on a blank page on 1 of the users and this user can not upload until he goes to a new page to "refresh" and then go back to the upload page again. But if 1 or 2 users uploading, there's no problem. The file limit is 20 mb per file. It seems, IIS limits the number of uploading session to just 2 users at a time am I correct? Environment is IIS 7, Windows 2008, and .net 3.5 (no ajax on this page) web config details <system.web> <httpRuntime executionTimeout="8000" maxRequestLength="2097151" /> ... <requestFiltering> <requestLimits maxAllowedContentLength="2147483648" /> </requestFiltering> I have tried this suggestions http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/f4575746-a695-40ff-9e49-ffe4c99b28c7/ Seeking your prompt advice, Thank you
October 4th, 2010 9:49am

Hi, Try increasing your "UploadReadAheadSize" by running, "cscript adsutil.vbs set w3svc/1/uploadreadaheadsize 204800" on your IIS server, this should instantly eleviate your issue. Cheers Pieter
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2010 10:15am

kindly explain further this solution further and its values... Thank you
October 4th, 2010 10:30am

Hi Kira, I am not an IIS expert, I also found this answer by chance : ) You could ask this question in the IIS forums to get more detail on what the implication is for setting this metabase entry, http://forums.iis.net Cheers Pieter
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2010 10:42am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics