<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Troubleshooting</title><link>http://forums.iis.net/1039.aspx</link><description>Forum targeting resolving issues on the IIS platform including tools such as DebugDiag, WFetch, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: SSI not working...Help...Please???</title><link>http://forums.iis.net/thread/1909314.aspx</link><pubDate>Mon, 06 Jul 2009 16:21:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909314</guid><dc:creator>campbebl</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909314.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1909314</wfw:commentRss><description>&lt;p&gt;Thanks for posting your solution ... wouldn&amp;#39;t you know I was doing the&amp;nbsp;same thing and was going crazy looking for a solution.&amp;nbsp; Thanks!&lt;/p&gt;</description></item><item><title>Re: SSI not working...Help...Please???</title><link>http://forums.iis.net/thread/1889319.aspx</link><pubDate>Wed, 07 Jan 2009 18:33:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889319</guid><dc:creator>stevenhmiller</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1889319.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1889319</wfw:commentRss><description>&lt;p&gt;Problem solved. I was opening the webpage directly in my browser as a file instead of using &lt;a href="http://localhost/file1.shtml"&gt;http://localhost/file1.shtml&lt;/a&gt;. In doing this, it didn&amp;#39;t get processed by IIS, so the includes were shown as comments. Once I used http, it worked fine. Duh!!!&lt;/p&gt;</description></item><item><title>Re: SSI not working...Help...Please???</title><link>http://forums.iis.net/thread/1889145.aspx</link><pubDate>Tue, 06 Jan 2009 13:35:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889145</guid><dc:creator>stevenhmiller</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1889145.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1889145</wfw:commentRss><description>&lt;p&gt;When I bring up File1.shtml in the browser I don&amp;#39;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.&lt;/p&gt;
&lt;p&gt;I verified, I do have POST. I typed PUT incorrectly in my posting above.&lt;/p&gt;
&lt;p&gt;So, if the html is correct and the mappings in my IIS are correct, then what could be stopping it from working on my machine?&lt;/p&gt;</description></item><item><title>Re: SSI not working...Help...Please???</title><link>http://forums.iis.net/thread/1889098.aspx</link><pubDate>Tue, 06 Jan 2009 05:03:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889098</guid><dc:creator>ganeshanekar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1889098.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1889098</wfw:commentRss><description>&lt;p&gt;Above sample works fine.&lt;/p&gt;
&lt;p&gt;What is not working? Can you provide more info?&lt;/p&gt;
&lt;p&gt;Verbs Limited to: GET, &lt;strong&gt;POST&lt;/strong&gt; - it should be POST and not PUT&lt;/p&gt;
&lt;p&gt;Can you verify?&lt;br /&gt;&lt;br /&gt;~ Ganesh&lt;/p&gt;</description></item><item><title>SSI not working...Help...Please???</title><link>http://forums.iis.net/thread/1889094.aspx</link><pubDate>Tue, 06 Jan 2009 02:45:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889094</guid><dc:creator>stevenhmiller</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1889094.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1889094</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been knocking my head against the wall for hours trying to get this to work., but can&amp;#39;t.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a simple html file called file1.shtml. Here is what is in it.&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;gt;This is file1.shtml&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;!--#include file=&amp;quot;./file2.htm&amp;quot; --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;file2.htm contains the following.&lt;/p&gt;
&lt;p&gt;&amp;lt;b&amp;gt;This is what is in file 2. &amp;lt;/b&amp;gt;&lt;/p&gt;
&lt;p&gt;Pretty straight forward. I tried changing file extensions to .htm, .html, .shtm, .shtml all without any luck.&amp;nbsp;I tried using include File instead of Include Virtual, without luck.&lt;/p&gt;
&lt;p&gt;The mappings in IIS 5.1 running on my computer are as follows.&lt;/p&gt;
&lt;p&gt;Executabe: C:\WINDOWS\system32\inetsrv\ssinc.dll&lt;br /&gt;Extension: .shtml (this also exists for .shtm extension)&lt;br /&gt;Verbs Limited to: GET, PUT&lt;br /&gt;Both Script engine and Check that file exists are checked off.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Can anyone help figure this out? I don&amp;#39;t see why it wouldn&amp;#39;t work.&lt;/p&gt;</description></item></channel></rss>