views:

128

answers:

2

We are planning to take a virtual dedicated server where we can host our .NET , PHP and rails application together . Since we need to host .NET webapps , linux is out of question . I have configured PHP on IIS , but was wondering if it is possible to configure rails with IIS .
We want to avoid another webserver running just for rails .

+3  A: 

I've set it up on IIS7 using the tools available at http://roriis.codeplex.com/.

phoebus
Thanks for the link phoebus . I think that might just work !
NM
A: 

If you have Microsoft ISA server, it can act as a reverse proxy to Mongrel cluster. There is also a plugin called IIRF that works to achieve the same goals in standard IIS.

MattMcKnight