UPLOAD Session LIMIT
hello gurus,
the scenario this. have 2 fileupload control on web page , 3 or more concurrent users.
when 3 users upload @ same time , got "entity large" displayed on blank page on 1 of users , user can not upload until goes new page "refresh" , go upload page again. if 1 or 2 users uploading, there's no problem.
the file limit 20 mb per file.
it seems, iis limits number of uploading session 2 users @ time correct?
environment iis 7, windows 2008, , .net 3.5 (no ajax on page)
web config details
<system.web>
<httpruntime executiontimeout="8000" maxrequestlength="2097151" />
...
<requestfiltering>
<requestlimits maxallowedcontentlength="2147483648" />
</requestfiltering>
i have tried suggestions
http://social.msdn.microsoft.com/forums/en-us/windowsazure/thread/f4575746-a695-40ff-9e49-ffe4c99b28c7/
seeking prompt advice,
thank you
hi,
try increasing "uploadreadaheadsize" running, "cscript adsutil.vbs set w3svc/1/uploadreadaheadsize 204800" on iis server, should instantly eleviate issue.
cheers
pieter
Windows Server > Windows Server General Forum
Comments
Post a Comment