I have a site that goes inorder from parent site to sub-sub-sub site...
A
B
C
D
What would be the main cause of the breadcrumb, on the home page of Site D, to have a breadcrumb trail that looks like this...
A
C
D
Basically it completely leaves out B and I have no reason why. The URL for that page (D) is correct, but just not the breadcrumb.
This is what I am using for a breadcumb setup in my custom page layout...
ID="ContentMap"
Runat="server"
SiteMapProvider="CurrentNavSiteMapProviderNoEncode"
RenderCurrentNodeAsLink="false"
Thanks for any suggestions!

































