• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

ASP timeout on just one of the domains

W

wmac

Guest
Hello,

I have written a very simple .asp script:

<html>
<%test="Hello"%>
<%=test%>World!
</html>

The script works perfectly on all domains in the server (very fast, i.e. a small fraction of a second). However the same script (and all other .asp scripts) do not work on a specific domain on the same server.

I get the following error after waiting for about a minute (i.e. the IIS timeout length):

Active Server Pages error 'ASP 0113'

Script timed out

/test1.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.

Has anyone came to this problem?

I appreciate your help.

Regards, Mac
 
Try reconfiguring the domain in IIS

%plesk_bin%/websrvmng --remove-vhost --vhost-name=domainname
%plesk_bin%/websrvmng --install-vhost --vhost-name=domainname
 
Back
Top