securityTrimmingEnabled intellisense was spelled wrongly in ASP.NET 2.0.
Note that the correct syntax should be SecurityTrimmingEnabled = "true" or SecurityTrimmingEnabled = "false" in your stemap file.
There is a provision to use SecurityTrimmingEnabled in both web.config and sitemap files respectively.
Note that the correct syntax should be SecurityTrimmingEnabled = "true" or SecurityTrimmingEnabled = "false" in your stemap file.
There is a provision to use SecurityTrimmingEnabled in both web.config and sitemap files respectively.
Comments