« Previous Next »

Thread: Use fcgiext.dll for my own application.

Last post 07-01-2009 7:56 PM by ksingla. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 06-30-2009, 4:23 AM

    • Stijn Sanders
    • Not Ranked
    • Joined on 06-30-2009, 8:19 AM
    • Gentbrugge, Belgium
    • Posts 1

    Use fcgiext.dll for my own application.

    I'm trying to create a FastCGI application from scratch, and want to use IIS to test it. I've set up fcgiext.dll in a virtual directory on a wildcard mapping, but I get "Could not find entry for "(null)" on site 1 in [Types] section." even though I've added this in fcgiext.ini: [Types] *:1=dtfc [dtfc] ExePath=C:\test\fcgitest.exe Protocol=NamedPipe IgnoreExistingFiles=1 IgnoreExistingDirectories=1 I'm also not sure what the exact path of the named pipe is I'm expected to use, is it "\\.\pipe\FastCGI\fcgitest" ? Can I set it in a setting in fcgiext.ini?
  • 07-01-2009, 7:56 PM In reply to

    • ksingla
    • Top 25 Contributor
    • Joined on 06-14-2006, 3:02 AM
    • Redmond, WA
    • Posts 863

    Re: Use fcgiext.dll for my own application.

    What is the URL you are requesting?

    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 www.coastrd.com. You can read the material available there. That should be very helpful.

    Thanks,
    Kanwal

    Follow me on twitter at http://twitter.com/kjsingla
Page 1 of 1 (2 items)
Microsoft Communities