<?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>General</title><link>http://forums.iis.net/1029.aspx</link><description>Start forum discussions here around general questions about the IIS platform including SMTP &amp; NNTP.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: SSI w/ IIS 5.1 doesn't work - same as chanshuk, that soln doesn't fit</title><link>http://forums.iis.net/thread/1909960.aspx</link><pubDate>Fri, 10 Jul 2009 21:14:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909960</guid><dc:creator>hullspeed</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909960.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1909960</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Aha.&amp;nbsp; I think i said at the start I thought I was missing the obvious.&amp;nbsp; Thank you.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: SSI w/ IIS 5.1 doesn't work - same as chanshuk, that soln doesn't fit</title><link>http://forums.iis.net/thread/1909947.aspx</link><pubDate>Fri, 10 Jul 2009 20:07:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909947</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909947.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1909947</wfw:commentRss><description>&lt;p&gt;Right ... but why are you using shtml?&lt;/p&gt;
&lt;p&gt;Shouldn&amp;#39;t testInclude.html be testInclude.shtml if you want it be processed as SSI?&lt;/p&gt;</description></item><item><title>Re: SSI w/ IIS 5.1 doesn't work - same as chanshuk, that soln doesn't fit</title><link>http://forums.iis.net/thread/1909917.aspx</link><pubDate>Fri, 10 Jul 2009 16:17:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909917</guid><dc:creator>hullspeed</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909917.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1909917</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I want to insert the contents of a file (test.shtml) into a web page (testInclude.html).&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sorry about the lack of clarity. From numerous articles on the web, this looked pretty straightforward.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: SSI w/ IIS 5.1 doesn't work - same as chanshuk, that soln doesn't fit</title><link>http://forums.iis.net/thread/1909890.aspx</link><pubDate>Fri, 10 Jul 2009 14:09:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909890</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909890.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1909890</wfw:commentRss><description>&lt;p&gt;Just curious - what are you doing that requires SSI?&lt;/p&gt;</description></item><item><title>Re: SSI w/ IIS 5.1 doesn't work - same as chanshuk, that soln doesn't fit</title><link>http://forums.iis.net/thread/1909805.aspx</link><pubDate>Thu, 09 Jul 2009 19:58:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909805</guid><dc:creator>hullspeed</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909805.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1909805</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m trying to use #include to include the text contained in &amp;#39;test.shtml&amp;#39; in &amp;#39;testInclude.html&amp;#39;.&amp;nbsp; &amp;quot;View Source&amp;quot; (and the rendered page) should look like&lt;/p&gt;&lt;p&gt;&lt;br /&gt;SSI include directive follows this line. &amp;lt;br /&amp;gt;&lt;br /&gt;this text is in &amp;#39;test.shtml&amp;#39;&lt;br /&gt;&amp;lt;br /&amp;gt;SSI include directive preceeds this line. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;As I read http://msdn.microsoft.com/en-us/library/ms525940.aspx, the #include directive must be in a comment: &lt;/p&gt;&lt;p&gt;Syntax
			&lt;/p&gt;&lt;div id="ctl00_MTContentSelector1_mainContentContainer_cpe11344_c" class="MTPS_CollapsibleSection" style="display:block;"&gt;
				&lt;a class="" title="sectionToggle0" name="sectionToggle0"&gt;&lt;/a&gt;&lt;p&gt; &lt;b&gt;&amp;lt;!-- #include&lt;/b&gt; &lt;span class="parameter"&gt;PathType&lt;/span&gt;&lt;b&gt;=&lt;/b&gt;&lt;span class="parameter"&gt;FileName&lt;/span&gt;&lt;b&gt;--&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;More generally (ie, not MS) see for example http://www.htmlgoodies.com/beyond/webmaster/article.php/3473341&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
			&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: SSI w/ IIS 5.1 doesn't work - same as chanshuk, that soln doesn't fit</title><link>http://forums.iis.net/thread/1909791.aspx</link><pubDate>Thu, 09 Jul 2009 18:30:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909791</guid><dc:creator>Rovastar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909791.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1909791</wfw:commentRss><description>&lt;p&gt;I must admit I don&amp;#39;t really understand what your problem is. What error you are gertting,etc?&lt;/p&gt;&lt;p&gt;But the include lines are commented out in the html is that your intention? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>SSI w/ IIS 5.1 doesn't work - same as chanshuk, that soln doesn't fit</title><link>http://forums.iis.net/thread/1909784.aspx</link><pubDate>Thu, 09 Jul 2009 17:48:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909784</guid><dc:creator>hullspeed</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909784.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1909784</wfw:commentRss><description>&lt;p&gt;I must be missing something obvious, but I don&amp;#39;t know what it is.&amp;nbsp; &amp;#39;testInclude.html&amp;#39; and &amp;#39;test.shtml&amp;#39; are in c:/Inetpub/wwwroot.&amp;nbsp; testInclude (from &amp;#39;view source&amp;#39;) looks like this:&lt;br /&gt;&lt;/p&gt;&lt;pre id="line1"&gt;&amp;lt;&lt;span class="start-tag"&gt;html&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;head&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;title&lt;/span&gt;&amp;gt;Test&amp;lt;/&lt;span class="end-tag"&gt;title&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;span class="end-tag"&gt;head&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;body&lt;/span&gt;&amp;gt;&lt;br /&gt;SSI include directive follows this line. &amp;lt;&lt;span class="start-tag"&gt;br&lt;/span&gt;&lt;span class="error"&gt;&lt;span class="attribute-name"&gt; /&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;span class="comment"&gt;&amp;lt;!-- #include file=&amp;quot;test.shtml&amp;quot; --&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt;&amp;lt;!-- #include virtual=&amp;quot;test.shtml&amp;quot; --&amp;gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;br&lt;/span&gt;&lt;span class="error"&gt;&lt;span class="attribute-name"&gt; /&lt;/span&gt;&lt;/span&gt;&amp;gt;SSI include directive preceeds this line.&lt;br /&gt;&amp;lt;/&lt;span class="end-tag"&gt;body&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;span class="end-tag"&gt;html&lt;/span&gt;&amp;gt;&lt;/pre&gt;&lt;pre id="line1"&gt;Since this is from &amp;#39;view source&amp;#39;, the include directives should not appear but (a) they do and (b) of course the page does not display the included text. &lt;br /&gt;&lt;/pre&gt;&lt;pre id="line1"&gt;&amp;#39;test.shtml&amp;#39; contains a single line of text:&lt;/pre&gt;&lt;pre id="line1"&gt;this text is in &amp;#39;test.shtml&amp;#39; &lt;br /&gt;&lt;/pre&gt;&lt;pre id="line1"&gt;In the IIS &amp;#39;control panel&amp;#39; Properties for  all web sites, .shtm and .shtml are mapped to ssinc.dll in &amp;#39;system32&amp;#39; and it exists.&lt;/pre&gt;&lt;pre id="line1"&gt;what am i missing??? &lt;br /&gt;&lt;/pre&gt;</description></item></channel></rss>