Author: digsy | Posted on: 9/24/2008 12:22:07 PM | Views : 846

I am having a problem getting roles to work.

I have a menu that gets its details from a sitemap file.


<siteMapNode url="~/default.aspx" roles="customeruser" title="Home" description="Customer home">
    <siteMapNode url="~/customer/customerhome.aspx" title="Home" description="Customer home" />
    <siteMapNode url="~/customer/productinformation.aspx" title="Product sheets" description="Find a product sheet" /> 
    <siteMapNode url="~/customer/logcontact.aspx" title="Log contact" description="Log details of a contact" /> 
    <siteMapNode title="Reports" roles="customermanager" description="Display a report"> 
     &nbs ...

Go to the complete details ...