PRB: NTLM Authentication Fails in Win95 if Not Logged On

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

SYMPTOMS

If you are using Windows 95 and do not log on to the local machine, you will not able to open or create projects when the Web Server is using NTLM Authentication. Instead, you will receive a warning message:

  "Unable to open web '<ProjectName>': NTLM Authentication failed (code –
  2146893042).

CAUSE

The NTLM authentication system queries the client machine to provide the currently logged-on user's name and password. If the client machine has a trust relationship with the server, then the client will provide this information. When a Windows 95 user does not log on the machine, this trust relationship is not established and the NTLM authentication results in a warning message and the operation fails.

RESOLUTION

In order to connect to any Web server using the NTLM authentication protocol, a Windows 95 user must log in to the client machine.

MORE INFORMATION

Steps to Reproduce Behavior

  1. On the server machine, turn on NTLM authentication in the Internet\ Service manager.

  2. On the client machine, click "Cancel" on the logon screen to bypass the logon.
3. Open Visual InterDev 1.0 and attempt to create or open a Web project.

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/

Keywords          : VIFPSE VIServer kbprb
Version           : 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 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.