windows-nt/Source/XPSP1/NT/inetsrv/query/sdk/iisadmin
2020-09-26 16:20:57 +08:00
..
admin.htm Add source files 2020-09-26 16:20:57 +08:00
install.bat Add source files 2020-09-26 16:20:57 +08:00
is2admin.css Add source files 2020-09-26 16:20:57 +08:00
is2logo.gif Add source files 2020-09-26 16:20:57 +08:00
is2side.gif Add source files 2020-09-26 16:20:57 +08:00
merge.ida Add source files 2020-09-26 16:20:57 +08:00
navbara.htm Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00
scan.htx Add source files 2020-09-26 16:20:57 +08:00
scan.ida Add source files 2020-09-26 16:20:57 +08:00
scan.idq Add source files 2020-09-26 16:20:57 +08:00
state.htx Add source files 2020-09-26 16:20:57 +08:00
state.ida Add source files 2020-09-26 16:20:57 +08:00
unfilt.htx Add source files 2020-09-26 16:20:57 +08:00
unfilt.idq Add source files 2020-09-26 16:20:57 +08:00

//+-------------------------------------------------------------------------
//
//  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
//  ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
//  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
//  PARTICULAR PURPOSE.
//
//  Copyright (c) 1998-1999 Microsoft Corporation.  All Rights Reserved.
//
//  Sample Name:    IISAdmin - Sample Forms for Administering Indexing
//                             Service using Internet Information Services
//
//--------------------------------------------------------------------------

Description
===========
  The IISAdmin sample is a set of HTML and ASP forms that demonstrates how
  to use Internet Information Services (IIS) to administer Indexing Service.
  The forms retrieve indexing statistics, force a master merge, rescan paths,
  and check for documents that could not be filtered.
 
Path
====
  Source: mssdk\samples\winbase\indexing\IISAdmin\
  
User's Guide
============
  * To install the sample files
      1. Open a command window and change the directory to the source path
         of the sample.
      2. At the command-line prompt, enter "install".
      
    The sample files are copied to the directory
    %windir%\system32\inetsrv\iisadmin\isadmin.

  * To use the sample forms
      1. Start Internet Explorer.
      2. Type in the URL "http://localhost/iisadmin/isadmin/admin.htm".
      3. In the left frame, select the desired administration operation.

Programming Notes
=================
  The forms in the IISAdmin sample require that IIS be running.

  The main sample form is admin.htm, which controls all the
  administrative operations.