home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / InternetExpress / CustomerList / readme.txt < prev   
Text File  |  1999-08-11  |  2KB  |  41 lines

  1. InternetExpress Demo
  2.  
  3. See the comments at the top of CustomerListWebModule.pas
  4.  
  5. Setup
  6.  
  7.   1) You'll need a webserver and a virtual directory to put
  8.   the executable (CustomerList.exe) and the web midas java script.
  9.   The virtual directory will need to allow execute and script
  10.   access.
  11.  
  12.   2) Copy source\webmidas\*.js to the virtual directory.  Modify
  13.   the project options of CustomerList.dpr so that the output directory
  14.   is the virtual directory.  Build CustomerList.exe.
  15.  
  16.   3) Build and run (to register) the remote data module rdmCustomerData.exe.
  17.  
  18.   4) Use DCOM config to allow the remote data module to be launched
  19.   by the web server.  The coclass name is CustomerData.
  20.   For IIS this means giving the IUSER_ guest
  21.   account launch rights.  See the DCOM config security page.  You may
  22.   also want to change the Identify to interactive user so that
  23.   you can shut down the remote data module using the task manager.
  24.  
  25.   5) Access the web module by entering the name of you virtual
  26.   directory URL followed by the name of the exe:
  27.  
  28.   For example: http://localhost/webpub/demo/CustomerList.exe
  29.  
  30.   If you have trouble getting the pages to display, verify that
  31.   the java script files are available and that DCOM security is
  32.   set up correctly. 
  33.   
  34.   Note that Navigator often has better error reporting than IE.  
  35.   Try Navigator if IE isn't providing a usefull message.
  36.   
  37.   You can also use the scripttest.html file in the troubleshoot
  38.   sample directory to verify that the InternetExpress 
  39.   JavaScript include files are available from your web server.
  40.  
  41.