Hyperlinks Are Not Updated When You Move ASPX Files in a FrontPage Web (810574)



The information in this article applies to:

  • Microsoft FrontPage 2002, when used with:
    • the operating system: Microsoft Windows 2000
    • Microsoft Internet Information Server 5.0

SYMPTOMS

When you move a file that has the .aspx file-name extension in a FrontPage 2002 Web, FrontPage does not update the hyperlinks that point to that file. This issue is not resolved when you use the Recalculate the web tool.

CAUSE

This issue occurs when the FrontPage Server Extensions feature incorrectly parses files with the .aspx file-name extension.

RESOLUTION

To resolve this issue, configure Microsoft Internet Information Services (IIS) to recognize files with .aspx file-name extensions by adding them to the Content Type(MIME) list. To do this, follow these steps:
  1. Start Internet Services Manager. To do this:
    1. Click Start.
    2. Point to Programs, and then point to Administrative Tools.
    3. Click Internet Services Manager.
  2. In the left pane, right-click your server name, and then click Properties.
  3. Click the Internet Information Services tab.
  4. At the bottom of the dialog box (in the Computer MIME Map section), click Edit.
  5. In the File Types dialog box, click New Type.
  6. In the Associated extension box, type .aspx, and then type text/html in the Content Type(MIME) box.
  7. Click OK three times.
  8. Quit Internet Services Manager.
  9. Restart your computer.

Modification Type:MinorLast Reviewed:1/7/2006
Keywords:KB810574