Reputation: 1929
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 .
Upvotes: 3
Views: 1143
Reputation: 2668
I've written a blog post for IIS 6 with Rails 3 here in case anyone else is looking for that kind of configuration and finds this post.
Upvotes: 1
Reputation: 8290
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.
Upvotes: 0
Reputation: 14921
I've set it up on IIS7 using the tools available at http://roriis.codeplex.com/.
Upvotes: 4