I placed the .asp pages in the IIS root directory on my C drive.
However, when I try to view the page(s), I can only view the HTML and not the asp code.
Here’s a sample page called test.asp:
<%@ Language=VBScript %>
<% Response.Write("Hello, world!") %>