Microsoft IIS/PWS
This document describes the procedure for installing support for Irie Pascal .IVM CGI
applications. It is assumed that you have already installed a copy of the Irie Virtual
Machine (IVM) interpreter on the web server.
You should use the Internet Service Manager (ISM) to identify the directories on your
web site that contain executables. Start ISM and select a directory which will contain
your CGI applications. Your screen should look like the image below.

Next right-click on the directory to bring up its property page, which should look like
the image below. Make sure to select Execute (including script). But
don't click the OK button just yet.

Before you select OK you should create an application mapping.
Basically this involves telling IIS or PWS that applications ending with .ivm
should be executed by the interpreter. To do this click the Configuration...
button. A Application Configuration dialog box like the image below will appear.

You need to add a mapping for .ivm applications so click the Add
button. An Application Extension Mapping dialog box like the one below will appear. Enter
the full path to the interpreter, or use the Browse button to locate it. Enter the
extension being mapped (.ivm).

Click OK on all the open dialog boxes and you're finished!
Next > Examples |