You would need ChillSoft running on an Apache server to run ASP pages, it is
best to check your host to see if your account has ChilliSoft as an option...if
not, then take a look at PHP.
Originally posted by: Newsgroup User
louloulouloulou wrote:
Quote:
I am trying to get my head round asp includes, i have done what i *thought*
was
right, however, when I type in the url i get the code displayed rather than
the
included page - asp is enable on this server. Url is:
http://www.5thring.com/scotia/pinefield/home/home.asp |
I don't mean to be argumentative, but are you SURE ASP is enabled on
that server? Here are the response headers sent by the server on the
page above:
Date: Thu, 12 Aug 2004 13:22:32 GMT
Server: Apache/1.3.27
Last-Modified: Wed, 11 Aug 2004 16:03:17 GMT
Etag: "7f4401-15b-411a4345"
Accept-Ranges: bytes
Content-Length: 347
Content-Type: text/plain
Since it's Apache, it would need a third party application in order to
process ASP. Note the last header line. It's being sent as text/plain
instead of text/html. That suggests that the server doesn't know what to
do with .asp pages.
Gary