Click here to Skip to main content
15,888,285 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

when i'm uploading large files using Asp.net file upload controls in my web app, Application geting hanged after uploading two ot three large files(65 to 1gb file size)

<httpruntime executiontimeout="300" maxrequestlength="2097151">


in my web confi i changed httpRuntime settings as like above. i allowed to upload upto 2gb and timeout=300. is there any problem because of time out?


i'm getting unable to connect target server error
Posted
Updated 30-Oct-12 0:41am
v2

1 solution

Hi,

Check out this link "http://www.webdavsystem.com/server/documentation/large_files_iis_asp_net[^]

May be it can solve your problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900