-
Posted to
Troubleshooting
by
stevenhmiller
on
01-07-2009, 1:33 PM
Problem solved. I was opening the webpage directly in my browser as a file instead of using http://localhost/file1.shtml. In doing this, it didn't get processed by IIS, so the includes were shown as comments. Once I used http, it worked fine. Duh!!!
-
Posted to
Troubleshooting
by
stevenhmiller
on
01-06-2009, 8:35 AM
When I bring up File1.shtml in the browser I don't see anything. I do a view source and see the source of File1.shtml, but I do not see File2.htm in there. It just does not include the file.
I verified, I do have POST. I typed PUT incorrectly in my posting above.
So, if the html is correct and the mappings in my IIS are correct, then what ...
-
Posted to
Troubleshooting
by
stevenhmiller
on
01-05-2009, 9:45 PM
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 ...