I have custom SiteMapProvider and RoleProvider that works together properly: IsAccessibleToUser returns false if current user\'s role isn\'t mentioned in SiteMapNode.Roles for page requested.
I\'m using my own SiteMapProvider which is just inherited and little bit rewritten System.Web.XmlSiteMapProvider开发者_JAVA技巧.
im trying to figure out how to autho开发者_如何转开发rize only unauthenticated users. i have a sign in tab displayed in my site map and i only want it to show up when the user hasnt yet logged in.What
I am looking for a MVC SiteMap provider in which I can specify area as well, along with controller and action. Did anyone use a SiteMap provider that supports MVC 2 A开发者_如何学Pythonreas ?I haven\'
I have a custom menu, which leverages the standard asp.net sitemap. It works well but some of my pages are dynamically generated by URL rewriter, so they don\'t sit in the sitemap XML file. At the mom
I have a question similar to the one described here: ASP.NET URL Routing with WebForms - Using the SiteMap
i have a static .sitemap file for my site. I want to add 5 subcategories for each maincategory (@Products) so they will appear in my menu (menu is c开发者_运维技巧ustom helper which works, i just need
i need to model the fol开发者_StackOverflow中文版lowing scenario, but I can\'t get it working with the MvcSitemapProvider (i think my problem also maps directly to the default SiteMapProvider). I want
I\'m trying to write my first very own SiteMapProvider subclass. It is meant to be populated dynamically using a bunch of different database lookups, much like all of the examples I\'ve found on the w
We have a website that uses a bog-standard default sitemap with security trimming as follows: <siteMap defaultProvider=\"default\" enabled=\"true\">