Running Rails alongside IIS

We run a similar setup. In our case we run Apache in front of everything. Apache then proxies to either mongrel_cluster or to IIS depending on the URL.

We looked into proxying through IIS but it was more trouble than it is worth.

V/r Anthony Eden