i created the following ActionFilterAttribute to check if a user is granted access to a page. I also created two custom Exceptions to handle different scenarios: NotLoggedInException and InsufficientP
I\'m doing the Wicked Code implementation of SqlSiteMapProvider, except in VB.NET. There\'s a few things with the code that are causing issues, and I don\'t understand how it is supposed to work the
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 have a list of links for our site that point to my loca开发者_如何学Cl dev environment. I need to make a valid sitemap according to the protocol here. http://www.sitemaps.org/protocol.php
I have a custom SiteMapProvider (populated from database) and a custom AuthorizeAttribute (validates current users roles + requested page against Role_Page database) for controller classes.
I\'ve got a SitemapActionResult that overrides the ActionResult, and delivers a SEO sitemap.xml when http://www.sprelle.no/Home/SiteMap is hit. So far so good.
i have a huge site, with more than 5 millions url. We have already pagerank 7/10. The problem is that because of 5 millions url and because we add/remove new urls daily (we add ± 900 and we remove
开发者_运维知识库web-based so it can be used by users and hopefully using the class SQLSiteMapProvider which allows for saving sitemap in a SQL Database instead of XML.You may create the menu using fo
From my Content MasterPage I want get the StartingNodeUrl and programmatically set it: Example of what I\'m trying to do:
I\'m building a regionalized site each region has it own sitemap and own content. The regions can be added at runtime.