• 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

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