mirror of https://github.com/tongzx/nt5src
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.
CryptoAlgo Inc
daad8a087a
|
4 years ago | |
---|---|---|
.. | ||
admin.htm | 4 years ago | |
install.bat | 4 years ago | |
is2admin.css | 4 years ago | |
is2logo.gif | 4 years ago | |
is2side.gif | 4 years ago | |
merge.ida | 4 years ago | |
navbara.htm | 4 years ago | |
readme.txt | 4 years ago | |
scan.htx | 4 years ago | |
scan.ida | 4 years ago | |
scan.idq | 4 years ago | |
state.htx | 4 years ago | |
state.ida | 4 years ago | |
unfilt.htx | 4 years ago | |
unfilt.idq | 4 years ago |
readme.txt
//+-------------------------------------------------------------------------
//
// 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.