If you create a feedback form in Microsoft Office FrontPage 2003 or Microsoft FrontPage 2002 by using the Feedback Form template then your website visiters may get this error when they submit a feedback form "Cannot run the FrontPage Server Extensions on this page".
It probably because you saved 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, then the Save Results component will save the results to the Test/_private folder which does not exist.
You can follow the steps below to solve the problem:
- Open your Web in FrontPage.
- In the folder list, expand the _private folder that is in the root of your Web site.
- Locate the Feedback.txt file. If you cannot locate this file, follow these steps:
- a. On the File menu, click New, and then click Page or Web. The task pane opens.
- Under New from template, click Page Templates.
- On the General tab, click Normal Page, and then click OK.
- Switch to HTML view, and then delete all the HTML code.
- On the File menu, click Save.
- Locate and then double-click the _private folder that is in the root of your Web.
- In the Save as type box, click All Files (*.*).
- In the File name box, type Feedback.txt. i. Click Save.
- Open the page that contains the feedback form.
- Right-click the form, and then click Form Properties.
- Click Browse.
- Locate and then double-click the _private folder that is in the root of your Web.
- Click the Feedback.txt file, and then click OK.
- Save the form page.
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.)
You can refer to http://support.microsoft.com/kb/320872 for more details


