Why can't I view asp pages? - TechRepublic
General discussion
February 23, 2004 at 01:19 PM
mike thompson

Why can’t I view asp pages?

by mike thompson . Updated 22 years, 4 months ago

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

Example 1

<% Response.Write("Hello, world!") %>

This discussion is locked

All Comments