home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / ReadMe.txt4 < prev    next >
Text File  |  1997-10-25  |  843b  |  27 lines

  1. Description:
  2.  
  3. DumpVars is an ISAPI sample to demonstrate retrieving server
  4. variables.  It uses GetServerVariable to get the value of each
  5. server variable documented for IIS 4.0, and sends the list
  6. of variables and values back to the client.
  7.  
  8. To Install:
  9.  
  10. Build the DumpVars.dsw project and copy the resulting
  11. DumpVars.dll file into a virtual directory containing execute
  12. permissions.
  13.  
  14. To Run:
  15.  
  16. Reference the DumpVars.dll file as a URL from a browser.  For
  17. example, the following URL entered on the address line of
  18. Internet Explorer will demonstrate the dll:
  19.  
  20.    http://server/scripts/dumpvars.dll
  21.  
  22. Disclaimer:
  23.  
  24. This sample is provided for the purposes of demonstrating an
  25. ISAPI extension.  It has not been tested for use in a production
  26. environment and no support will be provided for use in a
  27. production environment.