lateralus138
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
I am trying to learn ASP and it says you allow ASP and I have uploaded my asp page with just simple script and it doesn't function. HTML works. Do I need to activate it somehow?
I am trying to learn ASP and it says you allow ASP and I have uploaded my asp page with just simple script and it doesn't function. HTML works. Do I need to activate it somehow?
<%
response.write("Hello World!")
%>