When you use the FrontPage 2002 or FrontPage 2000 search
engine on IIS version 3.0 or later, you can use Indexing Services, which is a
search engine that is built into IIS or Microsoft Windows. Or, you can use
WAIS, which is a search engine that is built into FrontPage.
To use
the WAIS Search with the FrontPage 2002 Server Extensions or FrontPage 2000
Server Extensions, you must configure this option in the Windows registry on
your server. You can configure this setting to apply to all of your virtual
servers, or you can configure the setting to apply to your individual virtual
servers.
This article is divided into the following topics:
WARNING: If you use Registry Editor incorrectly, you may cause serious
problems that may require you to reinstall your operating system. Microsoft
cannot guarantee that you can solve problems that result from using Registry
Editor incorrectly. Use Registry Editor at your own risk.
Make WAIS Available for All Web Sites
To make the WAIS Search available to all of the virtual servers
on your IIS Web server, follow these steps:
- At the server, click Start, point to Run, and then type regedit.
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\All Ports
- Right-click All Ports, click New, and then click String Value.
- For the name of the string, type
noindexserver.
- Double-click the string.
- For the value of the string, type
1.
- Quit the Registry Editor.
Make WAIS Available for a Specific Web Site
To make the WAIS Search available for a single virtual server on
your IIS Web server, follow these steps:
- At the server, click Start, point to Run, and then type regedit.
- Locate the following key in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\Ports\Port /LM/W3SVC/1:
where Port /LM/W3SVC/1: is the first virtual server,
typically the default Web site. - Right-click Port /LM/W3SVC/1:, click New, and then click String Value.
- For the name of the string, type
noindexserver.
- Double-click the string.
- For the value of the string, type
1.
- Quit the Registry Editor.
Build the WAIS Text Indexes
After you modify the registry, you must run
Recalculate Hyperlinks for each virtual server to allow the WAIS text indexes to be
built. To do so, follow these steps.
- To build the WAIS indexes from the server:
- Right-click a virtual server.
- Click All Tasks.
- Click Recalculate Web.
- To build the WAIS indexes from a client:
- Open a Web in FrontPage.
- Click the Tools menu, and then click Recalculate Hyperlinks.
- Click Yes when you are prompted to continue.
Repeat these steps as you have to for other affected virtual
servers.