• 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

Apache ASP Support option

N

nonlinear@

Guest
Hi I have a Linux web hosting that works with Plesk control Panel. I need to upload some asp pages. I have seen an option that said: "Apache ASP Support". I checked it and upload one test.asp file to see if this works but the result was an 500 internal web server error page. How does this option work?
Thanks
 
Hey I found that ASP for Apache has some differences about syntax. My test.asp file has <%Response.Write("Hello World")%> (windows syntax) but the right syntax to run in Apache is <%$Response->Write("Hello World")%>. Where can I find a documentation that includes all these differences?
 
Back
Top