I have a public facing SharePoint site, and I have a page I want to add a list to. The normal behavior of a list is to show the ribbon when selecting an item in the list. When an anonymous user tries this, they get prompted to authenticate.
Is there a way to disable this behavior for anonymous users, or is it a best practice to not use XSLT List Views where anonymous users need to see list data and use a content query webpart instead?
XSLT List Views with custom xsl is a better way to go, but I'll use a content query webpart instead as an alternative.
Thanks in advance...