I'm pretty new with ASP , but Im looking for an answer to this question and nothing found yet.
Im using an Apache server to upload my website on it. i write a very simple asp code like this:
<!DOCTYPE html>
<html>
<body>
<%
response.write("My first ASP script!")
%>
</body>
</html>
and save the file as file.asp & get this as result:
Is the problem Apache server or what? What Should I do?