I must be missing something obvious, but I don't know what it is. 'testInclude.html' and 'test.shtml' are in c:/Inetpub/wwwroot. testInclude (from 'view source') looks like this:
<html>
<head>
<title>Test</title>
</head>
<body>
SSI include directive follows this line. <br />
<br />SSI include directive preceeds this line.
</body>
</html>
Since this is from 'view source', the include directives should not appear but (a) they do and (b) of course the page does not display the included text.
'test.shtml' contains a single line of text:
this text is in 'test.shtml'
In the IIS 'control panel' Properties for all web sites, .shtm and .shtml are mapped to ssinc.dll in 'system32' and it exists.
what am i missing???