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 ?
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 ?