1. add <roleManager enabled="true"/> to system.web section of your config file
2. add roles="*" to each sitemapnode , you may specify different roles such as roles = "admin" etc
example:
<siteMapNode url="/" title="" description="" roles="*">
have fun :D
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5