I've been knocking my head against the wall for hours trying to get this to work., but can't.
I have a simple html file called file1.shtml. Here is what is in it.
<html>
<head>
<title>This is file1.shtml</title>
</head>
<body>
<!--#include file="./file2.htm" -->
</body>
</html>
file2.htm contains the following.
<b>This is what is in file 2. </b>
Pretty straight forward. I tried changing file extensions to .htm, .html, .shtm, .shtml all without any luck. I tried using include File instead of Include Virtual, without luck.
The mappings in IIS 5.1 running on my computer are as follows.
Executabe: C:\WINDOWS\system32\inetsrv\ssinc.dll
Extension: .shtml (this also exists for .shtm extension)
Verbs Limited to: GET, PUT
Both Script engine and Check that file exists are checked off.
Can anyone help figure this out? I don't see why it wouldn't work.