Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 831090 - Last Review: July 27, 2006 - Revision: 2.6
You receive a "Cannot run the FrontPage Server Extensions on this page" error message when you upload a file to your SharePoint Web site in FrontPage 2003
When you try to upload a file to your document library on
your Microsoft SharePoint Portal Server Web site or on your Microsoft Windows
SharePoint Services Web site, you may receive the following error
message:
Cannot run the FrontPage Server Extensions on
this page:
http://URL_Address
This problem may occur if your Web site's Upload.aspx file
has been edited in Microsoft FrontPage 2002.
To prevent this problem, edit your Web site in Microsoft
Office FrontPage 2003 or later or in a Windows SharePoint Services compatible
Web page editor.
To work around this problem, follow these steps:
- Start FrontPage 2003.
- On the File menu, click Open
Web, and then open your Web site.
- Expand the Shared Documents
folder.
- Expand the Forms folder.
- Right-click the Upload.aspx file, and then
click Open With.
- In the Open With Editor dialog box, select
Text Editor (Notepad.exe), and then click
OK.
- On the Edit menu, click
Find.
- In the Find what box, type
saveresults, and then click
Find.
- Click Cancel to close the
Find dialog box.
- In the opening (<!--webbot bot="SaveResults") and
closing (<!--webbot bot="SaveResults" endspan) tags of the SaveResults
webbot, change "SaveResults" to "FileUpload".
- Immediately above the webbot, locate the following FORM
tag:
<Form runat="server" Action="../../_vti_bin/shtml.dll/Shared%20
Documents/Forms/Upload.aspx" Method=POST webbot-action="--WEBBOT-SELF--">
- Add EncType="multipart/form-data" to
the FORM tag.
The tag should look exactly like the following:<Form runat="server" Action="../../_vti_bin/shtml.dll/Shared%20
Documents/Forms/Upload.aspx" EncType="multipart/form-data"
Method=POST webbot-action="--WEBBOT-SELF--">
- On the File menu in Notepad, click
Save, and then close the Upload.aspx file.
APPLIES TO
- Microsoft Office FrontPage 2003
- Microsoft Office SharePoint Portal Server 2003
- Microsoft Windows SharePoint Services 2.0
| kbwebpublishing kberrmsg kbprb KB831090 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate