I have .html file with asp code inside.
<html>
<body>
<%
Request.write("hello")
%>
</body>
</html>
and this prints <% Request.write("hello") %>
I believe ASP is activated because it works when I renamed it to test.asp.
But What I'm trying to do is to encapsulate the asp code inside of html file.