Microsoft KB Archive/190675

From BetaArchive Wiki

Article ID: 190675

Article Last Modified on 10/16/2002



APPLIES TO

  • Microsoft Visual InterDev 6.0 Standard Edition



This article was previously published under Q190675

SYMPTOMS

When using the Copy Web feature in Visual InterDev, the following error appears:

The Web application '<your Web name>' was not copied successfully. NTLM authentication failed because you are connecting to the server via a proxy server and NTLM authentication does not work in this case. You should either disable NTLM authentication for the server or, if the proxy server is unnecessary, add the server to the List of Hosts without proxies in the Tools/Options dialog."

CAUSE

This error appears erroneously if you specify a destination Web server in the Copy Web window using an IP address instead of a computer name in the Copy Web dialog window.

RESOLUTION

There are two methods to work around this error message:

  • Specify the destination Web server using a computer name.
  • Disable the proxy settings in the Options dialog box.

Use the following steps to the second method:

  1. Select Options from the Tools menu.
  2. Select Projects|Web Proxy Settings in the list on the left of the Options window
  3. Clear the "Use system settings" setting.
  4. Make sure the HTTP proxy field is empty.
  5. Copy your Web application using the Copy Web feature.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. From the Project menu, select Web Project and Copy Web Application.
  2. In the destination Web server field, enter the IP address for the Web server.
  3. Set any additional options that apply in the Copy Web dialog bix and click OK.


Keywords: kbbug kbwebserver kbdeployment KB190675