ASP: Hello World !

tianung

New Member
Messages
2
Reaction score
0
Points
0
I've just signed up to this host and I'm new to creating websites.

I have this ASP script:

<%
Response.Write("Hello World !")
%>

which I have saved (exactly as the above without anything before or after it) in my "public_html" subfolder.

If I do a link to it in Internet Explorer (version 6) at tianung.x10hosting.com/test2.asp
it just returns exactly the above script as text !

How do I get the script to execute ?
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
You need to enable mono. Search the forums or the knowledge base to learn how to enable mono. I don't feel like searching for you now.
 

tianung

New Member
Messages
2
Reaction score
0
Points
0
I've searched the open forum, but it doesn't return anything for "enable mono" or just "mono". Would you be so kind as to give me a bit more of a hint ? Is this some kind of setting I have to set in my x10 control panel, or is this something I have to do on my own PC ?

Thanks for you patience.
 
Top