Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.7 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. // PARTICULAR PURPOSE.
  7. //
  8. // Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
  9. //
  10. // Sample Name: IISAdmin - Sample Forms for Administering Indexing
  11. // Service using Internet Information Services
  12. //
  13. //--------------------------------------------------------------------------
  14. Description
  15. ===========
  16. The IISAdmin sample is a set of HTML and ASP forms that demonstrates how
  17. to use Internet Information Services (IIS) to administer Indexing Service.
  18. The forms retrieve indexing statistics, force a master merge, rescan paths,
  19. and check for documents that could not be filtered.
  20. Path
  21. ====
  22. Source: mssdk\samples\winbase\indexing\IISAdmin\
  23. User's Guide
  24. ============
  25. * To install the sample files
  26. 1. Open a command window and change the directory to the source path
  27. of the sample.
  28. 2. At the command-line prompt, enter "install".
  29. The sample files are copied to the directory
  30. %windir%\system32\inetsrv\iisadmin\isadmin.
  31. * To use the sample forms
  32. 1. Start Internet Explorer.
  33. 2. Type in the URL "http://localhost/iisadmin/isadmin/admin.htm".
  34. 3. In the left frame, select the desired administration operation.
  35. Programming Notes
  36. =================
  37. The forms in the IISAdmin sample require that IIS be running.
  38. The main sample form is admin.htm, which controls all the
  39. administrative operations.