• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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