Having been doiing rails development in wndows and linux for a while
now.
Always start your testing using mongel, using

ruby script/server
in your project direcotry.

(Or your ide can run it).

In production for a small set of users, run a single mongrel as a
windows service, you can always redirect using a web page in iis if
your
really must use iis.

For production, windows is not the way to go for anything serious.
Using nginx and a mongrel cluster.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to