Apache and .asp's

B

Bruce A. Julseth

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
 
T

Tom Pepper Willett

Apache as for windows or Apache on Unix/Linux (asp not supported)?
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
----
| 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
|
|
 
M

Martin Limburn

ASP, could be supported on apache on UNIX/LINUX, it just needs some extra
software.

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top