Enabling Anonymous Access In Lists
I'm posting this because I've done almost everything there is to do, and still got asked for passwords when entering list forms like DispForm.aspx or AllItems.aspx
- Central Admin, Application Management, Authentication Providers, Default, Enable "Anonymous Access"
- Website, Site Actions, Site Settings, Advanced Permitions, Settings, Anonymous Access, "Entire Web Site"
- List, Settings, List Settings, Permissions for this list, "Anonymous Access", UNCHECK ALL
run
stsadm.exe –o deactivatefeature –url -filename ViewFormPagesLockdown\feature.xml
- List, Settings, List Settings, Permissions for this list, "Anonymous Access", CHECK View and others you might want. Do this for all lists you need
stsadm.exe –o activatefeature –url -filename ViewFormPagesLockdown\feature.xml
Source
http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/e91249b0-d182-416b-8f1c-ce589fca7f50
- Central Admin, Application Management, Authentication Providers, Default, Enable "Anonymous Access"
- Website, Site Actions, Site Settings, Advanced Permitions, Settings, Anonymous Access, "Entire Web Site"
- List, Settings, List Settings, Permissions for this list, "Anonymous Access", UNCHECK ALL
run
stsadm.exe –o deactivatefeature –url
- List, Settings, List Settings, Permissions for this list, "Anonymous Access", CHECK View and others you might want. Do this for all lists you need
stsadm.exe –o activatefeature –url
Source
http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/e91249b0-d182-416b-8f1c-ce589fca7f50
Comments
Post a Comment