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.

- Server is a Windows Server 2003sp2 with Plesk 8.6.

Regards, mac