The ISAPI SCGI extension adds support for the Simple Common Gateway Interface protocol to IIS. SCGI is a standard for communicating between web servers and application servers on the back end offering similar benefits to FastCGI but significantly simpler.
It is not difficult to write it based on more than 80% of the code of fastcgi, but someone simply has to do it. I am not one of them.