To resolve this issue, use any of the following methods.
Method 1: Allow users to gain access to .idq files
To reverse the changes made by the IIS Lockdown Wizard, run the
wizard again. To do so, follow these steps:
- To obtain the IIS Lockdown Wizard and learn more about it,
visit the following Microsoft Web site:
- Go to the link at the bottom of the page, download the
Iislockd.exe file, and then follow the on-screen instructions to undo the
changes that were made by the wizard.
Method 2: Use the FreeWAIS search engine to perform searches
If you prefer to retain the security level generated by the IIS
Lockdown Wizard, you can configure FrontPage Server Extensions to use the
FreeWAIS (Wide Area Information Service) search engine, which is included with
FrontPage. Use the appropriate method for your situation.
Method 2a: Search all Webs across all virtual roots on the Web server
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
- Click Start, and then click Run.
- In the Open box, type regedit, and then click OK.
- Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\All Ports
- Right-click All Ports, point to New, and then click String Value.
- For the name of the string, type
noindexserver.
- Double-click the string.
- In the Value Data box, type 1, and then click OK.
- Quit Registry Editor.
- Recalculate the hyperlinks for each virtual server to
rebuild the text indexes. To do this, follow these steps:
- Start FrontPage.
- Open a Web site.
- On the Tools menu, click Recalculate Hyperlinks.
Repeat steps b and c for each Web site.
Method 2b: Search a specific Web site or virtual root on the Web server
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
- Click Start, and then click Run.
- In the Open box, type regedit, and then click OK.
- Locate the following registry subkey
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\Ports\Port /LM/W3SVC/xx
where xx is the instance
number for the virtual root.
For more information about how to determine the instance number, click the following article number to view the article in the Microsoft Knowledge Base:
197891
Enumerating the names of IIS Web sites using WSH
- Right-click All Ports, point to New, and then click String Value.
- For the name of the string, type
noindexserver.
- Double-click the string.
- In the Value Data box, type 1, and then click OK.
- Quit Registry Editor.
- Recalculate the hyperlinks for the virtual server to
rebuild the text indexes. To do this, follow these steps:
- Start FrontPage.
- Open the Web site that you want to
recalculate.
- On the Tools menu, click Recalculate Hyperlinks.