<?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>FastCGI Handler</title><link>http://forums.iis.net/1103.aspx</link><description>Questions related to the FastCGI handler shipping for IIS6</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Use fcgiext.dll for my own application.</title><link>http://forums.iis.net/thread/1908928.aspx</link><pubDate>Wed, 01 Jul 2009 23:56:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908928</guid><dc:creator>ksingla</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908928.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1908928</wfw:commentRss><description>&lt;p&gt;What is the URL you are requesting?&lt;br /&gt;&lt;br /&gt;Named pipe name has been exposed in FastCGI ISAPI 1.5. You cannot get it in FastCGI ISAPI 1.0 release. We worked with another customer who wrote a FastCGI application for IIS and he has published samples, whitepapers etc on &lt;a href="http://www.coastrd.com/"&gt;www.coastrd.com&lt;/a&gt;. You can read the material available there. That should be very helpful.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Kanwal&lt;/p&gt;</description></item><item><title>Use fcgiext.dll for my own application.</title><link>http://forums.iis.net/thread/1908694.aspx</link><pubDate>Tue, 30 Jun 2009 08:23:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908694</guid><dc:creator>Stijn Sanders</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908694.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1908694</wfw:commentRss><description>I&amp;#39;m trying to create a FastCGI application from scratch, and want to use IIS to test it.

I&amp;#39;ve set up fcgiext.dll in a virtual directory on a wildcard mapping, but I get
&amp;quot;Could not find entry for &amp;quot;(null)&amp;quot; on site 1 in [Types] section.&amp;quot;

even though I&amp;#39;ve added this in fcgiext.ini:
[Types]
*:1=dtfc
[dtfc]
ExePath=C:\test\fcgitest.exe
Protocol=NamedPipe
IgnoreExistingFiles=1
IgnoreExistingDirectories=1

I&amp;#39;m also not sure what the exact path of the named pipe is I&amp;#39;m expected to use, is it &amp;quot;\\.\pipe\FastCGI\fcgitest&amp;quot; ? Can I set it in a setting in fcgiext.ini?</description></item></channel></rss>