Allowed anonymous access on a Sharepoint list and still get prompted for a login
By peter.stilgoe
If you have enabled anonymous access on your Sharepoint farm and you still get prompted for a login when trying to access a list, it is most likely that your list exists in a ‘Publishing Site’.
This is because by default all publishing sites have a feature called ‘ViewFormPagesLockdown’ activated. This basically provides extra security for internet facing Sharepoint sites by stopping anonymous users viewing pages like AllItems.aspx etc.
If you want anonymous users to be able to view such pages you need to disable ‘ViewFormPagesLockdown’
1 Remove all anonymous access from the site.
2 Deactivate the ViewFormPagesLockdown Feature
3 Make sure that the list inherits its permissions from its parent.
4 Do an IISreset and close all browsers.
5 Wait 60 seconds or so for everything to start backup
6 Turn anonymous access on at the site level
7 Close the browser.
8 Browse to the website as anonymous user.
9 Click on a navigation link to browse to the list in question
10 You should now be able to browse list items as an anonymous user.
Activate Feature:
stsadm -o activatefeature -url
De-Activate Feature:
stsadm -o deactivatefeature -url
More From pstilgoe
Suppress Microsoft Office Document Authentication Prompt In SharePoint
By peter.stilgoe
Havnt tried it but apparently works:
SSP – Delegate People Management, Profile Import, My Site, Audience Management
By peter.stilgoe
Grant rights via a special personalization services permissions link from the SSP Admin UI. Specific rights can be granted to different components:
http://server:port/ssp/admin/_layouts/ManageServicePermissions.aspx



February 24th, 2010
