This section contains notes and hints specific to IIS (Microsoft Internet Information Server).
ruby-web.exe
You need to start the Microsoft Management Console (may appear as 'Internet Services Manager', either in your Windows NT 4.0 Option Pack branch or the Control Panel=>Administrative Tools under Windows 2000/XP). Then right click on your Web server node (this will most probably appear as 'Default Web Server'), and select 'Properties'.
If you want to install ruby-web as a CGI, do the following:
ruby-web.exe file.
An example value is: C:\ruby\bin\ruby-web.exe
Supply .rb or .rhtml as the extension.
Leave 'Method exclusions' blank, and check the 'Script engine' checkbox.
Now, click OK a few times.
c:\ruby\bin
and read rights for I_USR_ to the c:\ruby\lib directories.
In order to use index.rhtml as a default content page,
do the following: From within the Documents tab, choose Add. Type in
index.rhtml and click OK. Adjust the order by choosing
Move Up or Move Down. This is similar to setting DirectoryIndex with
Apache.