Try the following:
first line of the file always be...
<% language=vbscript %>

<html>
<head><title>Time Test</title></head>
<body>
The time is: <% =Time %>
</body>
</html>
and save it as *.asp...

to be able to run ASP you need IIS, or PWS, or any other server which have ASP support... if you are running on any other platforms accept Windows 95/98 with a server that doesn't support ASP then you might want to check out http://www.chilisoft.com... they have a program called chilisoftASP which will enable you to run *.ASP on any server.