Running Demo on IIS

IIS, Microsoft Internet Information Server, is come with Windows 2003, XP, 2000 Server, and NT 4 server.

After setup is completed, you need to

  1. launch Internet Service Manager,
  2. right click on scripts,
  3. select Properties, In the scripts Properties dialog,
  4. select Permission to Execute (including script).

Please make sure the Local Path for Home Directory is C:\InetPub\wwwroot.

You don't need to change the other settings any more, just keep them in default value. For the default settings:

we assume Windows 2003 / XP / 2000 / NT 4 is installed on "C" drive.

Followings are the instructions for running WebRainbow demo. For detailed information about following demonstrations, see these sections:

  1. HelloWorld -- The First Program
  2. Processing HTML FORM
  3. Only FORM Merged In
  4. Easy to Implement NPH
  5. Redirection & File Download
  6. Using ADO
  7. Data Transfer
  8. Dynamic Binary Content
  9. File Upload/Download

VB Runtime DLLs for the demo:


HelloWorld

  1. Copy just compiled HelloWorld.exe into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Launch browser, type in http://your_site/scripts/HelloWorld.exe, hit the Enter. Here "your_site" is the address for your Web Server.

HtmlForm

  1. Copy just compiled HtmlForm.exe into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Launch browser, type in http://your_site/scripts/HtmlForm.exe, hit the Enter. Here "your_site" is the address for your Web Server.

HtmlSection

  1. Copy just compiled HtmlSection.exe into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Create new folder C:\InetPub\scripts\HtmFile3, (Note: "HtmFile3" is case sensitive).

  4. Copy
    1. HtmSec1.html,
    2. HtmSec2.html,
    3. HtmSec3.html,
    4. HtmSec4.html,
    5. HtmSecF1.html,
    6. HtmSecF2.html,
    7. HtmSecF3.html,
    8. HtmSecL.html,
    9. HtmSecS.html,
    into the folder C:\InetPub\scripts\HtmFile3\, These files are normally in the folder C:\Program Files\WebRainbow\demo\htmlsect\htmlfile\, if you did not change the installation directory for WebRainbow.

  5. Create new folder C:\InetPub\wwwroot\wrimages, (Note: "wrimages" is in lower case).

  6. Copy
    1. bullet_p.gif,
    2. bullet_g.gif,
    3. webrnb.gif,
    4. red_dot.gif,
    5. blue_dot.gif,
    6. powerby.gif,
    into the folder C:\InetPub\wwwroot\wrimages. These files are normally in the folder C:\Program Files\WebRainbow\doc\images\, if you did not change the installation directory for WebRainbow.

  7. Launch browser, type in http://your_site/scripts/HtmlSection.exe, hit the Enter. Here "your_site" is the address for your Web Server.

nph

  1. Create new folder C:\InetPub\scripts\HtmFile3, if it is not exist. (Note: "HtmFile3" is case sensitive).

  2. Copy
    1. HtmSecF1.html,
    2. HtmSecL.html,
    3. HtmSec2.html,
    into the folder C:\InetPub\scripts\HtmFile3\, These files are normally in the folder C:\Program Files\WebRainbow\demo\nph\htmlfile\, if you did not change the installation directory for WebRainbow.

  3. Launch browser, type in http://your_site/scripts/nph-HtmlSection.exe, hit the Enter. Here "your_site" is the address for your Web Server.

  4. Note: If you want to switch back to normal access to HtmlSection.exe after running this demo,
    you need to copy
    1. HtmSecF1.html,
    2. HtmSecL.html,
    3. HtmSec2.html
    into C:\InetPub\scripts\HtmFile3\. These files are normally in the folder C:\Program Files\WebRainbow\demo\htmlsect\htmlfile\, if you did not change the installation directory for WebRainbow.

SendFile

  1. Copy just compiled
    1. Frame.exe,
    2. FramePage.exe,
    3. UrlRedirect.exe,
    4. FileSend.exe,
    into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Create new folder C:\InetPub\scripts\HtmFile4, (Note: "HtmFile4" is case sensitive).

  4. Copy
    1. frame.html,
    2. logo.html,
    3. menu.html,
    4. main.html,
    into the folder C:\InetPub\scripts\HtmFile4\. All these files are normally in the folder C:\Program Files\WebRainbow\demo\sendfile\htmlfile\, if you did not change the installation directory for WebRainbow.

  5. Create new folder C:\InetPub\wwwroot\wrimages, (Note: "wrimages" is in lower case).

  6. Copy webrnb.gif into C:\InetPub\wwwroot\wrimages. It is normally in the folder C:\Program Files\WebRainbow\doc\images\, if you did not change the installation directory for WebRainbow.

  7. Launch browser, type in http://your_site/scripts/Frame.exe, hit the Enter. Here "your_site" is the address for your Web Server.

  8. Note: When this demo is running with either Trial or Limited version of WebRainbow, there are extra bytes appended in the end of downloaded file due to the hidden mark and banner advertisement associated with these two versions.

AccessDB

  1. Copy just compiled AccessDB.exe as well as survey.mdb into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Create new folder C:\InetPub\scripts\HtmFile6, (Note: "HtmFile6" is case sensitive).

  4. Copy

    1. DBExit.html,
    2. DBLogin1.html,
    3. DBLogin2.html,
    4. DBLogin3.html,
    5. DBRecrd1.html,
    6. DBRecrd2.html,
    7. DBRecrd3.html,
    8. DBThanks.html,

    into the folder C:\InetPub\scripts\HtmFile6\. All these files are normally in the folder C:\Program Files\WebRainbow\demo\accessdb\htmlfile\, if you did not change the installation directory for WebRainbow.

  5. Create new folder C:\InetPub\wwwroot\wrimages, (Note: "wrimages" is in lower case).

  6. Copy webrnb.gif and powerby.gif into C:\InetPub\wwwroot\wrimages. It is normally in the folder C:\Program Files\WebRainbow\doc\images\, if you did not change the installation directory for WebRainbow.

  7. Launch browser, type in http://your_site/scripts/AccessDB.exe, hit the Enter. Here "your_site" is the address for your Web Server.

RedirS and RedirR

  1. Copy just compiled RedirS.exe and RedirR.exe, as well as survey.mdb into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Create new folder C:\InetPub\scripts\HtmFile7, (Note: "HtmFile7" is case sensitive).

  4. Copy

    1. RdExit.html,
    2. RdLogin1.html,
    3. RdLogin2.html,
    4. RdLogin3.html,
    5. RdRecrd1.html,
    6. RdRecrd2.html,
    7. RdRecrd3.html,
    8. RdThanks.html,

    into the folder

         C:\InetPub\scripts\HtmFile7\.

    All these files are normally in the folder

         C:\Program Files\WebRainbow\demo\redirdt\htmlfile\,

    if you did not change the installation directory for WebRainbow.

  5. Create new folder C:\InetPub\wwwroot\wrimages, (Note: "wrimages" is in lower case).

  6. Copy webrnb.gif and powerby.gif into C:\InetPub\wwwroot\wrimages. It is normally in the folder C:\Program Files\WebRainbow\doc\images\, if you did not change the installation directory for WebRainbow.

  7. Launch browser, type in http://your_site/scripts/RedirS.exe, hit the Enter. Here "your_site" is the address for your Web Server.

DynaBin

  1. Copy just compiled DynaBin.exe into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Create new folder C:\InetPub\scripts\HtmlFile9, (Note: "HtmlFile9" is case sensitive).

  4. Copy

    1. JS.html,
    2. pdftest.tmp,

    into the folder

         C:\InetPub\scripts\HtmlFile9\.

    All these files are normally in the folder

         C:\Program Files\WebRainbow\demo\dynabin\htmlfile\,

    if you did not change the installation directory for WebRainbow.

  5. Launch browser, type in http://your_site/scripts/DynaBin.exe, hit the Enter. Here "your_site" is the address for your Web Server.

  6. Note: When this demo is running with either Trial or Limited version of WebRainbow, there are extra bytes appended in the end of downloaded file due to the hidden mark and banner advertisement associated with these two versions.

HttpPost

  1. Copy just compiled HttpPost.exe into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Copy test.xml into the folder containing the just compiled Poster.exe. This file are normally in the folder
         C:\Program Files\WebRainbow\demo\httppost\
    if you did not change the installation directory for WebRainbow.

  4. Launch the Poster.exe, type in
    • your_site/scripts/HttpPost.exe in the TextBox HTTP://,
    • test.xml in the TextBox Data source :,
    • text/xml in the TextBox Content Type :,
    hit the Send. Here "your_site" is the address for your Web Server.

File Upload

  1. Copy just compiled demoFileUpload.exe into C:\InetPub\scripts\

  2. Make sure that WRnbwB.dll is in this folder too.

  3. Create new folder C:\InetPub\scripts\files, (Note: "files" is case sensitive).

  4. Create new folder C:\InetPub\scripts\temp, (Note: "temp" is case sensitive).

  5. Launch browser, type in http://your_site/scripts/demoFileUpload.exe, hit the Enter. Here "your_site" is the address for your Web Server.

  6. After the file(s) uploaded, the file(s) will be saved in C:\InetPub\scripts\files\ and C:\InetPub\scripts\temp\ should be empty.

  7. Note: When this demo is running with either Trial or Limited version of WebRainbow, there are extra bytes appended in the end of downloaded file due to the hidden mark and banner advertisement associated with these two versions.

Good luck!


For the latest information on WebRainbow, please see:
http://www.dmfsys.com/wrainbow/

For questions / comments please email to:
support@dmfsys.com


Copyright © 2000 - 2005 D.M.F. Systems, Corporation. All rights reserved.

Last modified on March 2, 2005