Product:
Search Type:

ASP script does not work. There are 'Can't locate object method' errors can be seen in the domains' error_log.

Article ID: 2228 
Last Review: Jul,07 2008
APPLIES TO:
  • Plesk for Linux/Unix

RESOLUTION

Plesk supports Apache::ASP scripting based on Perl language, see for more information  http://www.apache-asp.org.

Make sure that the script you are trying to run is written on Perl but not VBScript.
JScript or VBScript scripts do not work on Apache. The special application, for example  "Chili!Soft ASP" is required: http://www.apache-asp.org/faq.html#VBScript%20or%2007fa600d.

Additionally you can test Apache ASP work with simple scripts that are located in 'test' directory in newly created domain. The links to these scripts are available from the default domain page (index.html) that is installed by Plesk during domain creation.

Additional information

Simple script example:

<%
 $Response->Write("Hello that's test ASP script")
%>


Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields