Brad
Brad

Reputation: 115

Sharepoint Calendar List: Troubleshooting Anonymous Access

Having problem getting anonymous access to work for a calendar list in a MOSS 2007 internet web.

Have an authenticated publishing web that is extended with a anonymous only web: web1 is publishing site, authenticated and is extended into web2 which is anonymous. In Central admin

In site collection

Navigate to web1/lists/calendar/calendar.aspx and you are authenticated if not already

Navigate to web2/lists/calendar/calendar.aspx 401 access denied

Go to calendar permissions, set anonymous allowed permissions to View items.

Navigate again and same results as above for web1 and web2.

What am I missing?

Upvotes: 1

Views: 3248

Answers (1)

Brad
Brad

Reputation: 115

Steps to enable

  1. Remove all anonymous access from the site.
  2. Deactivate the ViewFormPagesLockdown Feature
  3. Make sure that the calendar inherits its permission from the site that it is in and calendar items inherit from the calendar.
  4. Do an IISreset and close all browsers.
  5. Wait a minute or two (Not completely necessary after the IISreset, but still a good idea if you are testing on the server console)
  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 calendar.aspx
  10. Click on an event in the calendar to display the details on the Dispform.aspx

Credit goes to Paul Stork at MindSharp for finding this answer for us.

Upvotes: 2

Related Questions