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?