running IIS6 on server 2003.
wrote a classic asp app for uploading flash videos, I have a couple of videos about 2MB each that upload no problem, but the client now has files that are 25MB and 30MB each and IIS times out when trying to upload these.
I have tried Enabling Direct Metabase Edit and changing the following to:
AspBufferingLimit="50000000"
AspMaxRequestEntityAllowed="50000000"
AspScriptTimeout="360"
But still timing out, I'm going to try extending AspScriptTimeout some more but is there anything else I can do to upload these files without timing out?
:cool: