Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Anonymous Access Master Page Issues

  Asked By: Srikant Hebbar         Date: Nov 28, 2007      Category: Sharepoint      Views: 332
 

I have created a master page and I am running into a few issues.

The site allows for anonymous access. When I first enter the site and
click on a list (e.g. Document Library), there is no Title applied to
the page and the Site Map does not display. If I log in and refresh
the page, a Title is displayed for the page and the Site Map displays.

Checking Firebug, the issue appears to be an empty string is passed in
the anonymous case.

Any ideas on how to resolve this issue?

<div id="onetidPageTitleAreaFrame" class="ms-pagetitleareaframe" >
<div id="onetidPageTitleAreaTable">
<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">
<asp:SiteMapPath SiteMapProvider="SPContentMapProvider"
id="ContentMap" SkipLinkText=""
NodeStyle-CssClass="ms-sitemapdirectional"
runat="server"></asp:SiteMapPath> </asp:ContentPlaceHolder>
</div></div>


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:          

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Anonymous Access Master Page Issues Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].