Link to home
Start Free TrialLog in
Avatar of Elime
ElimeFlag for Switzerland

asked on

asp.net - large file upload

Hi there

I stuck :(

I have a page were large file upload happen (up to the limit of 2GB).
It runs fine on windows server 2003 (IIS6). the exact same page won't work on windows server 2008 (x64) R2. I do get an error 64 - connection to server was lost right after about 5 mins of upload. note: uploads below 100mb work fine (haven't tested the exact limit yet).

My web.config:
system.web:
httpRuntime executionTimeout="7200" maxRequestLength="2097150"

and
security
requestFiltering:
requestLimits maxAllowedContentLength="2097150"
(Managed Pipeline Mode=Integrated)

there is no limit set in recycling at all (like memory limits i mean).

it must be a f*çç% setting in IIS but .... wont damn find out :(

anybody got me a hint??

thnx
Eliane
ASKER CERTIFIED SOLUTION
Avatar of James Murrell
James Murrell
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Elime

ASKER

gonna try this one but I think I got it govered in my web.config
-> requestLimits.maxAllowedContentLength which should do the trick...i also switched to pipeline mode=classic which doesnt help :(
Avatar of Elime

ASKER

it indeed was the right corner.
requestLimits maxAllowedContentLength="2000000000"/

-> works :)) haha I had a too small no cos i didn't realise it was another unit :)

THANKS!
glad all ok