C
Cal Who
Below is part on my web.sitmap file.
What I wanted to happen is for the last node to show only for users in the
AdminCalendar role.
But it shows always.
How can I fix that?
<siteMapNode title="Home"
url="Home/Home.aspx"
description="Go to the The Home Page" >
....snip
<siteMapNode title="Calendar" roles="*"
description="Time an Location of events" >
<siteMapNode title="Monthly Calendars"
url="Calendar/EventsCalendar.aspx"
description="Calendar of events" />
....sniped more of the same...
<siteMapNode title="Locations List" roles="AdminCalendar"
url="Calendar/LocationsList.aspx"
description="Show a list of all locations" />
</siteMapNode>
....snip
What I wanted to happen is for the last node to show only for users in the
AdminCalendar role.
But it shows always.
How can I fix that?
<siteMapNode title="Home"
url="Home/Home.aspx"
description="Go to the The Home Page" >
....snip
<siteMapNode title="Calendar" roles="*"
description="Time an Location of events" >
<siteMapNode title="Monthly Calendars"
url="Calendar/EventsCalendar.aspx"
description="Calendar of events" />
....sniped more of the same...
<siteMapNode title="Locations List" roles="AdminCalendar"
url="Calendar/LocationsList.aspx"
description="Show a list of all locations" />
</siteMapNode>
....snip