PRB: "Access Is Denied" Error When Expecting Logon Dialog

Last reviewed: December 11, 1997
Article ID: Q175805
The information in this article applies to:
  • Microsoft Visual InterDev, version 1.0

SYMPTOMS

When using NT Challenge/Response authentication, individuals accessing the site from the Internet receive "Error: Access Is Denied" when trying to access a secure Web page or directory.

Users connecting to the site internally (via corporate LAN) and logged onto the authorized NT Domain are granted access.

CAUSE

NT Challenge/Response (NTLM) is unable to authenticate users who do not have a direct connection to the Internet Information Server (IIS) server. Therefore, users coming to a site through a corporate or ISP Proxy server will receive the "Error: Access Is Denied" message.

RESOLUTION

In order to secure the site for use from the Internet, Basic Authentication must be turned on and NTLM should be turned off. This will allow the individual accessing the page from the Internet the opportunity to enter a valid NT account name and password.

STATUS

This behavior is by design.

MORE INFORMATION

NT Challenge/Response is designed to be used primarily for corporate intranets that use the NT Domain authentication model. Basic security is provided for Web administrators who want to have user authorization on their public Internet site.

Steps to Reproduce Behavior

  1. Turn NT Challenge/Response On in Internet Service Manager.

  2. Create a secure directory on you Web server, thereby removing IUSR_machinename and Everyone from the access list

  3. Put or create a HTML page in the secure directory.

  4. Access the page coming from the public Internet.

REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

   http://support.microsoft.com/support/vinterdev/


Additional query words: Internet Security, IIS, NTLM

Keywords : VIServer kberrmsg
Technology : kbInetDev
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.