i am trying to upload a file with filesize 80M bytes. on my pc ( cassini server) i can upload the file. On the webserver (iis 6) it throws an error?:
404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
this is what i have in my web.config:
<system.web><httpRuntime maxRequestLength="716800"/></system.web>