I'm developing a small server that is supposed to interface via http. As I want it to be usable with different mature http servers, I have chosen FastCGI as the common interface.
Now I can't find a (free) .NET library that implements the FCGI interface and does all the hard work for me. Do you know one?