• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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