I a relatively ignorant about ASP. I am using IIS 5.1 and “FrontPage 2000” to author ASP pages. I find that the VB Script code I write for ASP objects doesn't work. For example the following code produces a blank page when I try to “Preview” it in my browser.
********************************
<%
Response.Write “This is a test ASP page.”
%%
***************************************
When I try to use “Server.CreateObject or any of the other ASP objects, such a Server, Request, etc I get an error message.
What am I doing wrong?
Charles Rosen
CharlesRosen@OptOnLine.Net
********************************
<%
Response.Write “This is a test ASP page.”
%%
***************************************
When I try to use “Server.CreateObject or any of the other ASP objects, such a Server, Request, etc I get an error message.
What am I doing wrong?
Charles Rosen
CharlesRosen@OptOnLine.Net