Why would Mono not being able to run under IIS 7 ?
Update: what prevent to develop an ISAPI for that purpose ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It may be possible to get mono to work with IIS using FastCGI:
http://www.mono-project.com/FastCGI
You can install FastCGI on IIS here:
http://www.iis.net/download/fastcgi
Configure FastCGI by opening this file with notepad:
For example, I run php on iis through fastCGI by adding the following 3 lines to the bottom of this file and then save:
So my wild guess for mono would be maybe:
Of course there’ll be more to it than this, and my guess is only intended to spark an idea for someone…