Using IIS (personal version) on XPpro. Cannot get SSI to work! .shtm
is mapped to ssinc.dll (by default, but I checked anyway). Don't get
an error message, simply get the htm file displayed with comments that
still say <--#include file="filename.shtm"-->. I know the syntax is
correct because it works when I move the files to the production
machine. SO it seems like I need to enable SSI on my machine...but
where? I've set the directory properties to
allow scripts, I think (home directory tab > check "script source
access" checkbox).

I'm missing something fundamental...but I can't find it. Help?

Re: SSI on IIS on XPpro by Atrax

Atrax
Wed Oct 29 21:31:24 CST 2003

> simply get the htm file displayed with comments that
> still say

no no. the includING file needs the .shtm extension, the includED file
can have any extension you like


includer.shtm :-
-----------------------------------------
<p>The content of includee.inc is :</p>
<!--#include file="includee.inc"-->
-----------------------------------------

includee.inc :-
-----------------------------------------
<p>Hello World!</p>
-----------------------------------------

then run includer.shtm via IIS and you'll see the contents of
includee.inc



________________________________________
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/

newsflash : Atrax.Richedit 1.0 now released.
http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!