Thursday, October 4, 2007

How to prevent SharePoint Designer 2007 users from changing a Windows SharePoint Services 3.0 site or a SharePoint Server 2007 site

INTRODUCTION
This article describes how to prevent Microsoft Office SharePoint Designer 2007 users from changing a Microsoft Windows SharePoint Services 3.0 site or a Microsoft Office SharePoint Server 2007 site.
MORE INFORMATION
To prevent users from changing a Windows SharePoint Services 3.0 site or a SharePoint Server 2007 site, disable the authoring feature in SharePoint Designer 2007 by editing the Onet.xml file. By default, the Onet.xml file for Windows SharePoint Services 3.0 and for SharePoint Server 2007 is in the following folder:
\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\SiteTemplates\\xmlNote Replace the placeholder with the name of the Windows SharePoint Service that is installed on the server.For example, if the English (United States) version of Windows SharePoint Services is installed on the server, the SharePoint Team Site site template is located in the following folder:
Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\1033\STS\XMLTo do this, follow these steps:
1.
On the server that is running Windows SharePoint Services 3.0 or SharePoint Server 2007, locate the site template that you want to modify. Site templates are located in the following folders on the server:

SharePoint Team Site: Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extentsions\12\Template\LangID\STS\XML.

Meeting Workspaces: Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extentsions\12\Template\LangID\MWS\XML Note Replace the Drive placeholder with the drive where Windows is installed. Replace the LangID placeholder with the language version of Windows SharePoint Services 3.0 that is installed on the server.
2.
Right-click the Onet.xml file, click Open With, and then click Notepad.
3.
Locate the Project Title tag, and then add the following line:
DisableWebDesignFeatures=wdfopensiteThen, click Save.The complete Project Title tag is as follows:

4.
Restart Internet Information Services (IIS). To do this, follow these steps:
a.
Click Start, click Run, type cmd, and then click OK.
b.
At the command prompt, type iisreset computer_name /restart, and then press ENTER. Note Replace the computer_name placeholder with the name of the computer that is running IIS. After you follow these steps, users who try to open a site that is based on the site template that has the DisableWebDesignFeatures=wdfopensite attribute will receive the following message:
This web site has been configured to disallow editing with FrontPage. Contact your web site administrator for more informationBy default, if you try to change a Windows SharePoint Services 3.0 site or a SharePoint Server 2007 site by using Microsoft Office FrontPage 2003, you receive the following error message:
Web Site Editing is Disabled. This web site has been configured to disallow editing with FrontPage. Contact your web site administrator for more information.

No comments: