<?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>IIS7 - General</title><link>http://forums.iis.net/1041.aspx</link><description>For any general questions relating to IIS 7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1877395.aspx</link><pubDate>Thu, 21 Aug 2008 19:52:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877395</guid><dc:creator>harminder_rai</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1877395.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1877395</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Our Admin had URLSCAN that disallowed .shtml. Well it is working now. &lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1877389.aspx</link><pubDate>Thu, 21 Aug 2008 17:48:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877389</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1877389.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1877389</wfw:commentRss><description>&lt;p&gt;This forum is for IIS7 questions.&lt;/p&gt;
&lt;p&gt;What is the sub-status and win32 error code in the IIS log file.&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1877350.aspx</link><pubDate>Thu, 21 Aug 2008 12:17:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877350</guid><dc:creator>harminder_rai</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1877350.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1877350</wfw:commentRss><description>&lt;p&gt;HI Anilr&lt;/p&gt;
&lt;p&gt;I have been all over google and your article seems to be most relevant. Here is my situation&lt;/p&gt;
&lt;p&gt;Platform is Windows 2003 server, and IIS6&lt;/p&gt;
&lt;p&gt;a) Application mappings are done for .shtml, shtm to C:\WINDOWS\system32\inetsrv\ssinc.dll Verbs are GET, POST&lt;/p&gt;
&lt;p&gt;b) Web Service Extension is IIS 6 is set to allow Server Side Inclues&lt;/p&gt;
&lt;p&gt;c) I have aslo mapped .html to C:\WINDOWS\system32\inetsrv\ssinc.dll with verbs GET and POST&lt;/p&gt;
&lt;p&gt;When try browse the pages .shtml ( server sitde includes ) it gives me message Page not&amp;nbsp;found.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Can you&amp;nbsp; please help me&lt;/p&gt;
&lt;p&gt;Sincerly&lt;/p&gt;
&lt;p&gt;Harminder&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1859244.aspx</link><pubDate>Thu, 15 Nov 2007 02:47:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859244</guid><dc:creator>John Kisha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1859244.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1859244</wfw:commentRss><description>&lt;p&gt;Thank you, thank you, thank you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;John&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1859241.aspx</link><pubDate>Thu, 15 Nov 2007 01:00:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859241</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1859241.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1859241</wfw:commentRss><description>&lt;p&gt;Please post IIS6 questions in the IIS6 forums in the future.&lt;/p&gt;
&lt;p&gt;On IIS6 also, .htm/.html go to the static-file handler - if you want server-side include functionality for it, you need to map it ssinc.dll (the same that .shtml is mapped to) - I do not have a IIS6 install handy, but there is a UI to configure scriptmappings somewhere&lt;/p&gt;
&lt;p&gt;On IIS7, just use the following command&lt;/p&gt;
&lt;p&gt;%windir%\system32\inetsrv\appcmd.exe set config -section:handlers -+[name=&amp;#39;SSINC-htm&amp;#39;,path=&amp;#39;*.htm&amp;#39;,verb=&amp;#39;GET,POST&amp;#39;,modules=&amp;#39;ServerSideIncludeModule&amp;#39;,resourceType=&amp;#39;File&amp;#39;]&lt;/p&gt;
&lt;p&gt;%windir%\system32\inetsrv\appcmd.exe set config -section:handlers -+[name=&amp;#39;SSINC-html&amp;#39;,path=&amp;#39;*.html&amp;#39;,verb=&amp;#39;GET,POST&amp;#39;,modules=&amp;#39;ServerSideIncludeModule&amp;#39;,resourceType=&amp;#39;File&amp;#39;]&lt;/p&gt;
&lt;p&gt;the same can be accomplished from the handlers UI&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1859235.aspx</link><pubDate>Wed, 14 Nov 2007 22:30:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859235</guid><dc:creator>sdeliasr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1859235.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1859235</wfw:commentRss><description>&lt;p&gt;Also, I&amp;#39;m not working in IIS7 -- I&amp;#39;m working in 6 &amp;amp; 5.&lt;/p&gt;&lt;p&gt;Does the StaticFileModule apply to those versions?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ll repost on the other forums just in case.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;&lt;p&gt;Steve&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1859223.aspx</link><pubDate>Wed, 14 Nov 2007 18:47:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859223</guid><dc:creator>John Kisha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1859223.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1859223</wfw:commentRss><description>&lt;p&gt;Thanks Anil,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;For those of us that are more IIS challenged, could you please explain how to do this. &lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1859220.aspx</link><pubDate>Wed, 14 Nov 2007 17:42:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859220</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1859220.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1859220</wfw:commentRss><description>&lt;p&gt;.html is not mapped to ServerSideInclude module but to StaticFileModule - you will need to map .html to ServerSideInclude module if you want include directives in there to be honored.&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1859216.aspx</link><pubDate>Wed, 14 Nov 2007 16:15:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859216</guid><dc:creator>John Kisha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1859216.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1859216</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m sure glad to hear I&amp;#39;m not the only one having this problem. Misery enjoys company? Well, hopefully someone will have found a solution to this and post it here.&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1859215.aspx</link><pubDate>Wed, 14 Nov 2007 15:48:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859215</guid><dc:creator>sdeliasr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1859215.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1859215</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m having basically the same problem -- I&amp;#39;m trying to use SSI and am finding that the include statement is being treated as a comment.&amp;nbsp; I can see it in &amp;quot;View Source&amp;quot; intact, the same as in the source file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve tried this under WinXP Pro and Windows Server 2003.&amp;nbsp; Under the latter, I went into &amp;quot;Web Service Extensions&amp;quot; and allowed SSI.&lt;/p&gt;
&lt;p&gt;Under IIS, the virtual directory is taking the defaults that shows that the .shtml file extension points to the ssinc.dll&lt;/p&gt;
&lt;p&gt;I know that this works with ASP pages, but I need to get it to work with .html as the main page that is including a .shtml file.&lt;/p&gt;
&lt;p&gt;I can send/show the sample code I&amp;#39;m using if that would help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve been googling and searching this issue like crazy and still haven&amp;#39;t found anything close to explaining this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Steve Delia&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1858923.aspx</link><pubDate>Thu, 08 Nov 2007 15:03:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1858923</guid><dc:creator>John Kisha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1858923.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1858923</wfw:commentRss><description>&lt;p&gt;LOL, Ya, I guess I could have been a bit more clear--basically the pages display, but the included content doesn&amp;#39;t. &lt;/p&gt;
&lt;p&gt;I set the trace for errors, the only thing recorded for viewing the page is this:&lt;/p&gt;
&lt;p&gt;
&lt;table class="request-summary column-2" cellspacing="0" cellpadding="0" class="request-summary column-2"&gt;

&lt;tr class="alt"&gt;
&lt;th class=""&gt;Site&lt;/th&gt;
&lt;td class=""&gt;15&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Process&lt;/th&gt;
&lt;td class=""&gt;4752&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th class=""&gt;Failure Reason&lt;/th&gt;
&lt;td class=""&gt;STATUS_CODE&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Trigger Status&lt;/th&gt;
&lt;td class=""&gt;304&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th class=""&gt;Final Status&lt;/th&gt;
&lt;td class=""&gt;200&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Time Taken&lt;/th&gt;
&lt;td class=""&gt;16 msec&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;
&lt;table class="request-summary column-1" cellspacing="0" cellpadding="0" class="request-summary column-1"&gt;

&lt;tr class="alt"&gt;
&lt;th class=""&gt;Url&lt;/th&gt;
&lt;td class=""&gt;&lt;a href="http://new.domain.com/"&gt;http://new.domain.com:80/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;App Pool&lt;/th&gt;
&lt;td class=""&gt;domain.com&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th class=""&gt;Authentication&lt;/th&gt;
&lt;td class=""&gt;anonymous&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;User from token&lt;/th&gt;
&lt;td class=""&gt;NT AUTHORITY\IUSR&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th class=""&gt;Activity ID&lt;/th&gt;
&lt;td class=""&gt;{00000000-0000-0000-5C08-0080000000AE}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;Thanks for taking your time with this, let me know what other information you need.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;JK&lt;/p&gt;</description></item><item><title>Re: .shtml / server side includes</title><link>http://forums.iis.net/thread/1858918.aspx</link><pubDate>Thu, 08 Nov 2007 14:30:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1858918</guid><dc:creator>jeff@zina.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1858918.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1858918</wfw:commentRss><description>&lt;p&gt;What does &amp;quot;don&amp;#39;t seem to&amp;nbsp;work&amp;quot; mean?&amp;nbsp; Have you done a trace on this?&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;</description></item><item><title>.shtml / server side includes</title><link>http://forums.iis.net/thread/1858917.aspx</link><pubDate>Thu, 08 Nov 2007 13:26:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1858917</guid><dc:creator>John Kisha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1858917.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1858917</wfw:commentRss><description>&lt;p&gt;I installed the SSI Role, but server side includes don&amp;#39;t seem to work. Is there something that needs to be done in the configuration of an individual site to enable SSI?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;</description></item></channel></rss>