Reputation: 2753
So I have a public facing Sharepoint 2010 site. I have enabled anonymous users on the farm as well as on the site.
The site itself displays perfect if you log in, but as an anonymous user it will not display any of the pictures from an image library. (All the text come through fine).
If I attempt to access the image library directly, (a url pointing to an image inside the library) I get a 401 error.
I have attempted to adjust the permissions on the library itself, but I still cannot get the pictures to display.
Has anyone experienced anything similar?
Upvotes: 1
Views: 5869
Reputation: 1306
If site and rest of the list/libraries are accessible to anonymous users, it is very likely that the security of the images library has been overridden. Make sure the images library is inheriting the permissions of parent site which has anonymous access enabled.
Also, turn off versioning in the images library if it is turned on.
Upvotes: 4