Using Indexing Service with Web Servers

Note

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.

 

This section consists of the following topics.

Indexing Service is well suited for querying and indexing Web content. It integrates with Internet Information Services (IIS) to provide low-maintenance indexing and querying of sites hosted on the web server.

To provide search features on a web server, you must first configure Indexing Service to identify the searchable Web content. Then you develop a search page, either as an Active Server Page (ASP) or as a static query form. After developing the query form, you must develop a webpage for displaying query results. This results page could be the same ASP used for the query form, an .htx file, or another webpage. Indexing Service then returns the search results in a webpage you create. You can also provide hit-highlighting so that readers can see the location of the text they are searching for in the pages found by the query.

In addition to querying, you can develop webpages to administer the content index on the web server. These administration forms make it possible to create a custom, Web-based administration interface for Indexing Service.

Secure Code Practices