• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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