Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Web clients receive a "Cannot run the FrontPage Server Extensions on this page" error message when they submit a feedback form in FrontPage


View products that this article applies to.

Symptoms

Web clients receive an error message similar to the following example when they try to submit a feedback form that is on your Web page:
Cannot run the FrontPage Server Extensions on this page:
"http://www.example.com/subfolder/feedback.htm"

↑ Back to the top


Cause

This problem occurs if you create a page in Microsoft Office FrontPage 2003 or Microsoft FrontPage 2002 by using the Feedback Form template and then you save the page to a subfolder instead of saving it to the root folder of the Web site. When a client submits the form, the FrontPage Save Results component tries to save the results to the wrong location. For example, if you saved the feedback page to a subfolder named Test, the Save Results component tries to save the results to the Test/_private folder, which does not exist.

↑ Back to the top


Resolution

To resolve this problem, follow these steps:
  1. Open your Web in FrontPage.
  2. In the folder list, expand the _private folder that is in the root of your Web site.
  3. Locate the Feedback.txt file. If you cannot locate this file, follow these steps:
    1. On the File menu, click New, and then click Page or Web.

      The task pane opens.
    2. Under New from template, click Page Templates.
    3. On the General tab, click Normal Page, and then click OK.
    4. Switch to HTML view, and then delete all the HTML code.
    5. On the File menu, click Save.
    6. Locate and then double-click the _private folder that is in the root of your Web.
    7. In the Save as type box, click All Files (*.*).
    8. In the File name box, type Feedback.txt.
    9. Click Save.
  4. Open the page that contains the feedback form.
  5. Right-click the form, and then click Form Properties.

    Note that the File name field shows that the results will be saved to the relative path of _private/Feedback.txt, which does not exist. (For example, if you saved the feedback page to a subfolder named Test in the root of your Web site, this path is /Test/_private/Feedback.txt.)
  6. Click Browse.
  7. Locate and then double-click the _private folder that is in the root of your Web.
  8. Click the Feedback.txt file, and then click OK.
  9. Save the form page.

↑ Back to the top


More information

By default, the Save Results component in the Feedback Form template saves the results to a text file named _private/Feedback.txt in the root of your Web. By default, if you save the feedback page to a subfolder, the Save Results component points to a _private folder relative to the subfolder--a _private folder that does not exist--instead of to the _private folder in the root of your Web.

↑ Back to the top


Keywords: KB320872, kbprb, kberrmsg, kbsavefile, kbforms

↑ Back to the top

Article Info
Article ID : 320872
Revision : 4
Created on : 2/1/2007
Published on : 2/1/2007
Exists online : False
Views : 334