Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

12
  • 1
    @Mike: To make sure that whether its your master page, you can simply make the v4.master as the default and try accessing the list. If it works, then scrutinize your master page for permission settings. Commented Jan 5, 2012 at 4:42
  • How would I troubleshoot the masterpage to what exactly they do not have access to so I can fix it? Commented Mar 5, 2012 at 15:08
  • 1
    Using Fiddler should identify what data the page is trying to access, and then returns an access denied Commented Mar 5, 2012 at 15:12
  • 1
    Is it a custom master page? Check the permissions of the styles library in the root web. Commented Mar 5, 2012 at 16:16
  • 1
    I dont think there is an easy way to determine this. If you masterpage is referencing lists directly, or assets like images, css, etc. check each element individually. Commented Mar 5, 2012 at 19:28