[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How do I make an ASP page work on the RaQ?
- Subject: Re: [cobalt-users] How do I make an ASP page work on the RaQ?
- From: "Erik de Vries" <edv@xxxxxx>
- Date: Fri Apr 20 01:51:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
It should be like this:
<html>
<%
response.write "Hello World"
%>
</html>
(so use the % instead of *)
Greetings Erik
----- Original Message -----
From: "Chris Womack" <Chris.Womack@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, April 20, 2001 4:18 PM
Subject: [cobalt-users] How do I make an ASP page work on the RaQ?
> I am considering whether I should run .asp pages on our RaQ. It's not
> looking good. I put a simple .asp page out and it doesn't pull up.
Enable
> Active Server Pages is checked for this site. Can anyone provide a
> step-by-step example for getting an ASP page to work? Here is the code
for
> the .asp file:
>
> <html>
> <*
> response.write("Hello World")
> *>
> </html>