Tagged Questions
0
votes
1answer
307 views
How to enable anonymous access for the custom master page in SP2010
I created one site with forms based authentication and anonymous access. That is working fine. Now i want to replace the master page with the custom master page. I just copied the nightandday.master ...
9
votes
8answers
2k views
How can we use a different masterpage for annoymous and authenticated users?
Is there a way to load a different master page if I can identify the user to be annonymous?
0
votes
1answer
471 views
“Cannot find ContentPlaceHolder” error when anonymous access enabled
I have a custom master page, custom.master, for a publishing site. It was working fine, however I just enabled anonymous access to the publishing site, and now browsing to the home page for that site ...
0
votes
0answers
522 views
User controls in masterpage and anonymous user [closed]
I am developing a master page which includes the user control that generates a menu from the list with a specific logic. Before including the control into master page I successfully configured ...