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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
adovbs.inc Add source files 4 years ago
advquery.asp Add source files 4 years ago
advsqlq.asp Add source files 4 years ago
default.htm Add source files 4 years ago
deferror.htx Add source files 4 years ago
fastq.htm Add source files 4 years ago
fastq.htx Add source files 4 years ago
fastq.idq Add source files 4 years ago
hilight.gif Add source files 4 years ago
htxerror.htx Add source files 4 years ago
idqerror.htx Add source files 4 years ago
ie.gif Add source files 4 years ago
install.bat Add source files 4 years ago
is2bkgnd.gif Add source files 4 years ago
is2foot.inc Add source files 4 years ago
is2logo.gif Add source files 4 years ago
is2style.css Add source files 4 years ago
ixqlang.htm Add source files 4 years ago
ixtiphlp.htm Add source files 4 years ago
ixtipsql.htm Add source files 4 years ago
navbar.htm Add source files 4 years ago
qfullhit.htw Add source files 4 years ago
qsumrhit.htw Add source files 4 years ago
query.asp Add source files 4 years ago
query.htm Add source files 4 years ago
query.htx Add source files 4 years ago
query.idq Add source files 4 years ago
rankbtn1.gif Add source files 4 years ago
rankbtn2.gif Add source files 4 years ago
rankbtn3.gif Add source files 4 years ago
rankbtn4.gif Add source files 4 years ago
rankbtn5.gif Add source files 4 years ago
readme.txt Add source files 4 years ago
reserror.htx Add source files 4 years ago
sqlqhit.asp Add source files 4 years ago
sqlqhit.htm Add source files 4 years ago
win2k.gif Add source files 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: IISSearch - Sample Forms for Querying Indexing
// Service using Internet Information Services
//
//--------------------------------------------------------------------------

Description
===========
The IISSearch sample is a set of HTML and ASP forms that demonstrates how
to use Internet Information Services (IIS) to query Indexing Service.
The forms use Indexing Service Query Language queries and the Query Helper
API, use SQL queries and the ADO and Query Helper APIs, and use IDQ+HTX
and the ISAPI Extension API.

Path
====
Source: mssdk\samples\winbase\indexing\IISSearch\

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. Determine where your inetpub directory resides.
* If it resides on %SystemDrive%, you can use the install.bat
file without modifying it.
* If it resides on another drive, modify the dst environment
variable in the install.bat file to define the location of
your inetpub directory.
3. At the command-line prompt, type "install".

The sample files are copied to the directory specified by the
dst environment variable, which is, by default,
%SystemDrive%\inetpub\iissamples\issamples.

* To use the sample forms
1. Start Internet Explorer.
2. Type in the URL "http://localhost/iissamples/issamples/default.htm".
3. In the left frame, select the sample query to execute.

Programming Notes
=================
The sample files include the following.

advquery.asp
------------
An advanced Active Server Page (ASP) example written in VBScript and
JScript that illustrates server-side scripting to execute Indexing
Service Query Language queries using the Query Helper API.

advsqlq.asp
------------
An advanced ASP example written in VBScript and JScript that
illustrates server-side scripting to execute SQL queries using the ADO
and Query Helper APIs.

default.htm
-----------
An HTML page that provides easy access to each sample.

fastq.htm, fastq.idq, fastq.htx
-------------------------------
An optimized IDQ+HTX example that uses the ISAPI Extensions API.

query.asp
---------
A simple ASP example written in VBScript and JScript that illustrates
server-side scripting to execute Indexing Service Query Language queries
using the Query Helper API.

query.htm, query.idq, query.htx
-------------------------------
A simple IDQ+HTX example that uses the ISAPI Extensions API.

sqlqhit.asp, sqlqhit.htm
------------------------
A simple ASP example written in VBScript that illustrates executing
queries using the OLE DB Provider for Indexing Service API.