<?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: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1454260.aspx</link><pubDate>Mon, 06 Nov 2006 13:16:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1454260</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1454260.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1454260</wfw:commentRss><description>... ok, what about the response to Mike V's post?</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1454091.aspx</link><pubDate>Mon, 06 Nov 2006 09:44:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1454091</guid><dc:creator>Dave P</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1454091.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1454091</wfw:commentRss><description>Just checked and I'm not running the URL scan.</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1450596.aspx</link><pubDate>Thu, 02 Nov 2006 11:44:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1450596</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1450596.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1450596</wfw:commentRss><description>No, URLScan has nothing to do with Exchange.&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/security/tools/urlscan.mspx"&gt;http://www.microsoft.com/technet/security/tools/urlscan.mspx&lt;/a&gt;</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1450533.aspx</link><pubDate>Thu, 02 Nov 2006 10:48:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1450533</guid><dc:creator>Dave P</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1450533.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1450533</wfw:commentRss><description>&lt;p&gt;From looking at that link the URL Scan only applies to exchange, am I right in saying that?&lt;/p&gt;&lt;p&gt;I am doing all this in a dev lab where I&amp;#39;m not running exchange.&lt;/p&gt;</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1449717.aspx</link><pubDate>Wed, 01 Nov 2006 19:53:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1449717</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1449717.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1449717</wfw:commentRss><description>Good point, and I overlooked this because the OP had said he added it&amp;nbsp;to the&amp;nbsp;&amp;quot;Web Servcie Extensions&amp;quot;. Did you configure the script handler properly?</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1449636.aspx</link><pubDate>Wed, 01 Nov 2006 18:54:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1449636</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1449636.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1449636</wfw:commentRss><description>&lt;p&gt;This thread has gotten pretty long, so excuse me if I am repeating anything.&lt;br /&gt;&lt;br /&gt;Dave, you are trying to run a .tcl script.&amp;nbsp; There are two options:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - The server serves your .tcl script directly to the client (I am guessing you dont want this :) ).&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - The server has a TCL scripting engine that processes your script, and then serves back the dynamic response.&lt;br /&gt;&lt;br /&gt;In the absense of the latter, IIS does the former as the only thing it can do.&amp;nbsp; However, .tcl is not in the allowed to serve list, by design, since we dont want people&amp;nbsp;to sue us over information disclosure when they upload their funky scripts to the server and dont provide a processor for them :)&amp;nbsp; So you get a 404.3.&lt;br /&gt;&lt;br /&gt;Now, what you want to do is install an ISAPI Extension to IIS that provides support for .TCL scripts, or use CGI to do it.&amp;nbsp; Something like this: &lt;a href="http://wiki.tcl.tk/2828"&gt;http://wiki.tcl.tk/2828&lt;/a&gt;?&amp;nbsp; I just searched the web for &amp;quot;TCL for IIS&amp;quot; - we take no responsility for the content there.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;/p&gt;</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1449501.aspx</link><pubDate>Wed, 01 Nov 2006 17:23:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1449501</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1449501.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1449501</wfw:commentRss><description>Are you running URLScan by any chance?</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1449198.aspx</link><pubDate>Wed, 01 Nov 2006 14:01:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1449198</guid><dc:creator>Dave P</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1449198.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1449198</wfw:commentRss><description>I&amp;#39;ve tried adding MIME type but with no success. Since doing that I added a *.* to allow all scripts to run as a temp fix and it works, well the IIS part does. It should display some test in the IE window so I&amp;#39;m guessing IIS is still blocking the page in some way. I&amp;#39;ve tried running it all out of IIS and it works fine.</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1449059.aspx</link><pubDate>Wed, 01 Nov 2006 12:24:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1449059</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1449059.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1449059</wfw:commentRss><description>So you have read both of the two most recent links provided and followed those instructions? It seems as if the mime-type for your file has not yet been added.</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1448964.aspx</link><pubDate>Wed, 01 Nov 2006 09:52:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1448964</guid><dc:creator>Dave P</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1448964.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1448964</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I understand what that link is saying, but I&amp;#39;m still none the wiser of how to get round this issue. Is there something really obvious here that I&amp;#39;m missing?&lt;/p&gt;</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1445376.aspx</link><pubDate>Sun, 29 Oct 2006 04:02:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1445376</guid><dc:creator>Bernard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1445376.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1445376</wfw:commentRss><description>&lt;p&gt;Ooops... I didn&amp;#39;t catch it......... guess OP missed it as well :) &lt;/p&gt;</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1443803.aspx</link><pubDate>Fri, 27 Oct 2006 11:47:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1443803</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1443803.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1443803</wfw:commentRss><description>That was the very&amp;nbsp;first link I gave him : )</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1443333.aspx</link><pubDate>Fri, 27 Oct 2006 02:16:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1443333</guid><dc:creator>Bernard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1443333.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1443333</wfw:commentRss><description>&lt;p&gt;Yes, refer&lt;br /&gt;IIS 6.0 does not serve unknown MIME types&lt;br /&gt;&lt;a href="http://support.microsoft.com/?id=326965"&gt;http://support.microsoft.com/?id=326965&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1442298.aspx</link><pubDate>Thu, 26 Oct 2006 11:42:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1442298</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1442298.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1442298</wfw:commentRss><description>You&amp;#39;ll see on the last log entry, your .tsp is requested and IIS returns a status 404 and sub-status 3 (404 3).&amp;nbsp; See:&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0f4ac79a-dc2b-4a5f-89c1-d57266aa6ffe.mspx?mfr=true"&gt;http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0f4ac79a-dc2b-4a5f-89c1-d57266aa6ffe.mspx?mfr=true&lt;/a&gt;</description></item><item><title>Re: Rnning scipts through IIS</title><link>http://forums.iis.net/thread/1442153.aspx</link><pubDate>Thu, 26 Oct 2006 07:56:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1442153</guid><dc:creator>Dave P</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1442153.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1029&amp;PostID=1442153</wfw:commentRss><description>&lt;P&gt;Removed&lt;/P&gt;</description></item></channel></rss>