FCGIDotNet: a simple fcgi client in C#

Rick Mansfield <[email protected]> Wed, 6 Apr 2011 09:08:33 -0400
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Greetings all,

Recently I was working on a C# project which needed to serve web pages
from the .net application, and I wanted to use fastcgi. Since I
couldn't find a good way to do this, I created a quick implementation
myself. I have made it available here:

https://sourceforge.net/projects/fcgidotnet/

It's not super fancy or anything, and it only supports TCP, but it
works fine for connecting a .net application to Apache.

The project is under the AGPL.