Prashant Deva wrote: > Hi, > I am hosting a couple of asp.net sites on IIS on my server. > > Now I need to host another site in ruby on the same machine. For this I > guess i will need to run the webrick server. No. There are several options for hosting Ruby code. Plain CGI or FastCGI + [apache|lighhtp], or Mongrel, perhaps. Or IIS. It can server Ruby up as CGI, I believe. There's also ActiveScriptRuby: http://www.geocities.co.jp/SiliconValley-PaloAlto/9251/ruby/index.html which could maybe be used as an ASP language. -- James Britt http://www.ruby-doc.org - Ruby Help & Documentation http://beginningruby.com - Beginning Ruby: The Online Book http://www.rubystuff.com - The Ruby Store for Ruby Stuff http://www.jamesbritt.com - Playing with Better Toys