I'm am try trying to upload Video and audio file on live website. the example: domain.com/admin/fileupload.aspx that was a url. I use this code in web.config this :
<httpRuntime executionTimeout="1000" maxRequestLength="1048576" />
with this web.config setting i didn't get The error connection was reset error on run time that is working on localhost:port/domainfolder/admin/fileupload.aspx very well. but that is not working on live domain. i also try this in live web.confg setting that is
<httpRuntime maxRequestLength="2000000000" executionTimeout="999999"/>
but this is not working and getting same error. please help me out how can i solve this problem. I want to upload big files on web site ever video and audio file size around 60MB to 5GB around please let me know how can i fix this error connection was reset on live website. Thank you