Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm using ASP.Net(c#) Upload control to upload large video files in my web application.

I have changed my web config files as like below to upload large files

HTML
<httpruntime executiontimeout="3600" maxrequestlength="2097151" />
<compilation debug="false">


After uploading some files i'm getting "Unable to connect to target server" error in asp.net ".axd" file and uploading is stopped.

Please help me.
Posted
Updated 30-Oct-12 23:29pm
v2

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