I have a simple .asp test program, punctual.asp.

<html>

<body>
<h1>Welcome</h1>
In Webserverland, the time is exactly <% = Time %>
</body>

</html>

The page is being displayed okay except for the <% = Time %>.

I assume I need to tell Apache how to handle .asp file but I failed to find
anything in the documentation.

Appreciate some help on this...

Thank you...

Bruce A. Julseth

Re: Apache and .as['s by Ray

Ray
Mon Sep 15 14:19:27 CDT 2003

Apache doesn't support ASP, natively. ASP is supported by IIS, which is
Microsoft's Web server software. I believe if you install Chilisoft, you
can run ASP on Apache, but I know nothing about it.

Ray at work

"Bruce A. Julseth" <bruceaj@attglobal.net> wrote in message
news:%23CJJX27eDHA.2408@TK2MSFTNGP09.phx.gbl...
> I have a simple .asp test program, punctual.asp.
>
> <html>
>
> <body>
> <h1>Welcome</h1>
> In Webserverland, the time is exactly <% = Time %>
> </body>
>
> </html>
>
> The page is being displayed okay except for the <% = Time %>.
>
> I assume I need to tell Apache how to handle .asp file but I failed to
find
> anything in the documentation.
>
> Appreciate some help on this...
>
> Thank you...
>
> Bruce A. Julseth
>
>



Re: Apache and .as['s by Tom

Tom
Mon Sep 15 14:18:17 CDT 2003

"Bruce A. Julseth" <bruceaj@attglobal.net> wrote in message
news:%23CJJX27eDHA.2408@TK2MSFTNGP09.phx.gbl...
> I have a simple .asp test program, punctual.asp.
>
> <html>
>
> <body>
> <h1>Welcome</h1>
> In Webserverland, the time is exactly <% = Time %>
> </body>
>
> </html>
>
> The page is being displayed okay except for the <% = Time %>.
>
> I assume I need to tell Apache how to handle .asp file but I failed to
find
> anything in the documentation.
>
> Appreciate some help on this...

http://www.aspfaq.com/show.asp?id=2181

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: Apache and .as['s by Tom

Tom
Mon Sep 15 14:32:39 CDT 2003

After a little diggin', it looks like Sun bought out ChiliSoft ...
http://wwws.sun.com/software/download/products/3f4e6fe6.html

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:%237OFJ57eDHA.2320@TK2MSFTNGP12.phx.gbl...
> Apache doesn't support ASP, natively. ASP is supported by IIS, which is
> Microsoft's Web server software. I believe if you install Chilisoft, you
> can run ASP on Apache, but I know nothing about it.
>
> Ray at work
>
> "Bruce A. Julseth" <bruceaj@attglobal.net> wrote in message
> news:%23CJJX27eDHA.2408@TK2MSFTNGP09.phx.gbl...
> > I have a simple .asp test program, punctual.asp.
> >
> > <html>
> >
> > <body>
> > <h1>Welcome</h1>
> > In Webserverland, the time is exactly <% = Time %>
> > </body>
> >
> > </html>
> >
> > The page is being displayed okay except for the <% = Time %>.
> >
> > I assume I need to tell Apache how to handle .asp file but I failed to
> find
> > anything in the documentation.
> >
> > Appreciate some help on this...
> >
> > Thank you...
> >
> > Bruce A. Julseth
> >
> >
>
>



Re: Apache and .as['s by Ray

Ray
Mon Sep 15 14:46:08 CDT 2003

Huh, how about that? I wonder if Microsoft will sue Sun and make them quit
with the Chilisoft nonsense.

Ray at work

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bk540l$cqv7@kcweb01.netnews.att.com...
> After a little diggin', it looks like Sun bought out ChiliSoft ...
> http://wwws.sun.com/software/download/products/3f4e6fe6.html
>