home *** CD-ROM | disk | FTP | other *** search
/ Tutto per Internet / Internet.iso / soft95 / Html / Server / Samples / UpCase / readme.txt < prev    next >
Encoding:
Text File  |  1995-10-02  |  865 b   |  25 lines

  1. Internet Server Filters sample.
  2.  
  3. This sample works by looking for requests for .htm files in a directory path
  4. that ends with /UC. It then strips the trailing /uc from the directory path
  5. and uppercases the body of the HTML text that goes by.  To install it add
  6. the full pathname of the DLL to the following registry value:
  7.  
  8. HKEY_LOCAL_MACHINE\
  9.   SYSTEM\
  10.     CurrentControlSet\
  11.       Services\
  12.         W3SVC\
  13.           Parameters
  14.             Filter DLLs="C:\WWWRoot\SDK\UpCase\UpCase.Dll"
  15.  
  16. This DLL is loaded when the http server is started and it stays loaded until
  17. the http server is stopped.  Errors in this DLL can hang the server.  The
  18. http server can be stopped via "net stop w3svc", or you can use the tips in
  19. \readme.txt on the SDK floppy to run the http service as an interactive
  20. process.
  21.  
  22. Thanks.
  23.  
  24. Microsoft Internet Server SDK Team
  25.