Link to home
Start Free TrialLog in
Avatar of TheWebGuy38
TheWebGuy38

asked on

.net fileupload getting a "The connection was reset" error

I am trying to use some file upload code, but it uploads for a while, then crashes and get's this error. "The connection was reset"

sometimes it works, but usually does not,

I put this in the web.config, but it did not help

  <httpRuntime executionTimeout="90" maxRequestLength="2097151" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />

is there something I'm missing, or no?

any help is appreciated

Avatar of TheWebGuy38
TheWebGuy38

ASKER

put it online so you can try it yourselves

http://fileupload.kevinperelman.com/
ASKER CERTIFIED SOLUTION
Avatar of Anurag Agarwal
Anurag Agarwal
Flag of India 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