Hi, All
I've built a FastCGI application that works fine for Apache. When I tried to port it for IIS I was unable to found where configure the TCP port used for communication between my APP and IIS Server.
I have no idea if IIS has some kind of option like this, but on apache the equivalent is
FastCGIExternalServer MyAppName -host localhost:2014
Then I just put http://localhost/MyAppName in my browser and everything works well. Unfortunately I was unable to found out how to configure hostname and port number for IIS communicate with my App....
Can anyone help?
Thanks in advance....
Edit:
This is the same question of: http://forums.iis.net/t/1156541.aspx
It seems that, surprising, there is not native support for this kind of communication on IIS FastCGI module...