• 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.

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