I'm using IIS 6.1 to configure a web server to upload files to. I get the following error when trying to upload files over 25 MB:
The maximum amount of time for a script to execute was exceeded. You can change this limit by changing the value in the IIS Administration tools.
I've tried following the instructions here: http://support.microsoft.com/kb/268364
But there is no properties menu in the version I am using.
Thanks.
Why involve the entire server's script time out property for one single page?
Just goto the page that times out and add this at the top'
Server.ScriptTimeout=200 'now you will get 200 seconds for the script to its processing
and your IIS is not touched.
that's the way the go.
http://share-useful-links-here.blogspot.com/2011/02/asp-script-time-out.html
Found the answer here.
Click the ASP Tab --> Expand "Limit Properties" --> Set "Script Time-out" parameter to what you want
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With