• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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