Hello,
I'm creating a upload page where I can upload my pictures to my web server without using FTP.
I'm getting this error message seems to be self explainable; however, I don't know where to fix that problem.
-----
Active Server Pages error 'ASP 0113'
Script timed out
/admin/upload_exec.asp
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.
-----
I also added this line Server.ScriptTimeout=200 to increase the timing, but no help.
Thanks.
I'm creating a upload page where I can upload my pictures to my web server without using FTP.
I'm getting this error message seems to be self explainable; however, I don't know where to fix that problem.
-----
Active Server Pages error 'ASP 0113'
Script timed out
/admin/upload_exec.asp
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.
-----
I also added this line Server.ScriptTimeout=200 to increase the timing, but no help.
Thanks.