Sign in
|
Join
|
Help
Search
Donald Hessing
Home
Contact
About
RSS for Posts
Atom
RSS for Comments
Certifications
Generic Content
Recent Posts
BUG: Labels on Social Tags, Refinements panels in search and Ask me About
Code samples for SDC2010 session on SharePoint 2010 development
Visualizing data with Microsoft Live Labs Pivots and SharePoint 2010
How to add YouTube movies with the Content Editor Web Part in SharePoint 2010
SharePoint 2010 Beta announced at PDC09
Tags
BETA
Conference
Download
Live Labs Pivot
PDC
PivotViewer
Presentation
SharePoint
SharePoint 2010
SharePoint 2010 YouTube Publishing
SharePoint Web Content Management
SharePoint Webparts
Silverlight
Community
Home
Blogs
Media
Email Notifications
Go
Archives
November 2010 (1)
October 2010 (1)
July 2010 (1)
January 2010 (1)
November 2009 (2)
October 2009 (1)
July 2009 (2)
December 2007 (1)
December 2007 - Posts
How to disable access for anonymous users on forms and application pages - ViewFormPagesLockDown
Recently I did a couple of projects on building public facing internet sites with MOSS 2007. I’ve noticed that for one specific project the application pages and the forms pages were accessible for anonymous users. Because of the fact that anonymous users have by default no rights on lists other than read, they can't do any harm to the site. But I didn't like the idea that anyone could read my reusable content or pages list just by requesting the url
http://myserver/pages/forms/allitems.aspx
. In my search for an explanation, I found
this excellent article
from the SharePoint team blog. Public internet sites build on the publishing portal site definition have by default a feature called ViewFormPagesLockDown activated. The feature disables anonymous users to forms pages and most of the application pages. If you build your own site definition, this feature is not enabled by default. You still can disable anonymous access to these pages by activating the ViewFormPagesLockDown feature to the site collection of the public website. You can do this by running the following command on the site collection of the public site:
stsadm.exe –o activatefeature –url <site collection url> -filename ViewFormPagesLockdown\feature.xml
Posted:
Mon, Dec 24 2007 6:19 PM
by
dhessing
| with
5 comment(s)
Filed under:
SharePoint Web Content Management