From: "James Britt (rubydev)" Date: 2001-12-11T23:37:45+09:00 Subject: [ruby-talk:28222] RE: Ruby and IIS One option is to install ActiveScriptRuby and use Ruby as you would VBScript or JScript for ActiveServer pages. I do not know how stable ActiveScrioptRuby is, though :( I *think* you can also run Ruby scripts by associating *.rb (for example) with the Ruby interpreter under the ISAPI Filter tab. James > -----Original Message----- > From: Martin Stannard [mailto:martin@optushome.com.au] > Sent: Tuesday, December 11, 2001 6:58 AM > To: ruby-talk ML > Subject: [ruby-talk:28216] Ruby and IIS > > > Hi all, > > I'd like to get Ruby running on IIS ( I'd prefer apache actually, but > work uses IIS so I haven't much choice). I've found a couple of > earlier posts where people indicated they'd managed to use ruby by > mapping the .rb extension to wherever ruby is installed but they > didn't give the exact details of how this is achieved. > > I tried to get the network guy at work to do this but he wasn't able > to figure out how to do this mapping. There's a configuration option > for associating file extensions with mime types in IIS but we couldn't > work out how to give Ruby a mime type or if this is actually the best > way to go about it. > > Any clues? > > > -- > regards, > Martin > >