This topic is locked

IE only displays ASP source code not the webpage

6/23/2007 8:14:36 PM
ASPRunnerPro General questions
G
goode author

Just downloaded the trial version of ASPRunner and built the PayPal example. After outputting to website and running MAIN.ASP, the ASP source code is displayed rather than the webpage. What am I doing wrong? Thanks!

Sergey Kornilov admin 6/24/2007

Make sure your website supports ASP. If ASP is not supported you can use PHPRunner.

G
goode author 6/24/2007

You are right. I had to publish to the root of my website, otherwise the includes file path was not found. Everything works fine now. Thanks, Sergey!