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:

Recommended Answers

All 2 Replies

wow, no suggestions? still timing out :(

Have you checked the event logs of your server? Is the client receiving an error message?

I think the event logs would be the best place to start. Let me know what you find

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.