• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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