The information in this article applies to:
SYMPTOMS
If the Microsoft Internet Information Server (IIS) is configured to allow
Anonymous access and either Basic authentication or Microsoft Windows NT
Challenge Response authentication, and it contains both a secured virtual
directory and an authentication virtual directory, one of the following may
occur:
CAUSE
If the Anonymous user has access to the .IDQ file, then the browser does
not pass the authentication header along with the GET or POST. This causes
the .IDQ file to be run in the context of the anonymous user account.
Running the .IDQ file in the Anonymous user's context only allows the
unsecured documents to be retrieved.
WORKAROUNDCreate a separate .IDQ file for the authenticated users and remove the Anonymous user account from the Windows NT NTFS file permissions of that file. This will cause the browser to send the authentication header with the GET or the POST, ensuring that the Index Server can identify who is logged on. Once the Index Server knows who is logged on, then you can retrieve secured documents reliably.
Keywords : indxsecurity |
Last Reviewed: May 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |