• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Linux root server

O

omansur

Guest
I was wondering if anyone has had good experiences with ASP on Linux Fedora Core 2.

Thanks,

O
 
I do

Hi,

Note that default plesk installations have ApacheASP, which only allows you to use PerlScript.

If you need vbscript or jscript, there are some commercial solutions.

Here you are my successful experience ;)

<html>
<head><title>Hello World</title></head>
<body>
<% @LANGUAGE="PerlScript" %>
<% $Response->Write("Hello, world!"); %>
</body>
<html>

Regards
 
Back
Top