Show menu as access rule for particular Role
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Does SiteMapNode property 'Roles' must provide for each Node those contain childNode ? Because of if I do not add 'Roles' at SiteMapNode and set securityTrimmingEnabled="true" at webconfig. Some SiteMapNodes those have childNode are not showing in menu. Is there any way to show menu without provide 'Roles' to each SiteMapNode and just show menu as Admin user have defined Access rule for particular Role? My purpose is when admin user create new Role and Access rule I don't want to manually add that new Role in sitemap file. Thanks to all :)