Newbie: Please help!

  • Thread starter Thread starter J
  • Start date Start date
J

J

Hi :)


I've just started using ASP so I know this will be very easy for most
of you to answer;

I an asp file/page. Here is the code:


<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

The time is <%= Time %>

</body>
</html>


I tested it on my PC using a virtual server and it worked fine - told me the
time :)
However, I uploaded the file to some webspace I own, loaded it from my
browser
and all I get is the following output:


The time is



Please please please somebody please tell me what I'm doing wrong? How do
I get a simple ASP page using VBscript to work?


James
 
Hi J:

This may be a silly question, but is the webspace you are talking
about .NET Framework enabled? Does it support ASP.NET?

Kevin Parkinson
 
Back
Top