irielogo.gif (1617 bytes)
Irie Tools

Irie Pascal

CGI
  Introduction
  Install
  Examples
  Links

Links

Pascal Search Engine


Join Mailing List

Do you want to receive email announcements about  important developments at Irie Tools? If so, please enter your email address below:

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.

ism1.gif (24172 bytes)

 

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.

 

ism2.gif (43883 bytes)

 

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.

 

ism3.gif (32486 bytes)

 

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).

ism4.gif (15548 bytes)

Click OK on all the open dialog boxes and you're finished!


Next > Examples