• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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