Microsoft KB Archive/174637

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 11:07, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 174637

Article Last Modified on 5/2/2006



APPLIES TO

  • Microsoft Visual InterDev 1.0 Standard Edition



This article was previously published under Q174637

SYMPTOMS

When editing an HTML file in Microsoft FrontPage Editor (Visual InterDev Edition), all images display as broken links. FrontPage97 correctly displays the images and FrontPage (Visual InterDev edition) will correctly display the images when "Allow Anonymous" is enabled on the Web server.

CAUSE

The following conditions cause the behavior:

  1. Web file has an image on the page (for example, <IMG src="<location to your gif>">).
  2. You are using Microsoft FrontPage Editor (Visual InterDev Edition) to edit your file.
  3. The Web server that contains your source files, does not have the "Allow Anonymous" check box selected.

In order to display the image file, the FrontPage Editor (Visual InterDev and 97 editions) must request the resource from the Web server. This request requires successful Windows NT authentication before the server will send back the resource. The FrontPage Editor (Visual InterDev edition) does not have the ability to send the Username and Password to the Web server to complete the authentication process. The authentication failure results in a broken link displayed in place of the image.

RESOLUTION

The easiest solution is to use FrontPage 97 as the editor for working with HTML files. Both FrontPage 97 and Visual InterDev can be loaded on the same machine at the same time and work correctly. You can use the "Open With" command in Visual InterDev to open the file with FrontPage 97.

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. Create an .htm file in Visual InterDev project.
  2. Add an image to the page. Make sure to add either a relative path or full URL to the image on the Web server in the "Image Properties."
  3. Save and close the .htm file.
  4. In IIS manager, clear the "Allow Anonymous" check box.
  5. In Visual InterDev, right-click the .htm file created above and select "Open With" from the Shortcut menu. Now, click "Microsoft FrontPage (Visual InterDev edition)."

The image placeholder will appear as a broken link.

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:

Keywords: kbbug kbextension kbide kbserver KB174637