Hi
I desgined a simple website consists's of 3 pages
1.aspx , 2.aspx , 3.aspx
and i tried to use roles attribute in Web.sitemap file
<siteMapNode url="3.aspx" title="3" description="3" roles ="manager" />
3.aspx supposed not to be show in the menu control in 1.aspx page unless someone login and
be a member of manager role
but when i run the website 3.aspx is still shown in the menu control in 1.aspx page
and here is a copy of the website :
http://zaidqais.googlepages.com/CSharpWebsite.zip
Thank You