MvcSiteMapProvider ISiteMapBuilder in conjunction with IDynamicNodeProvider
I'm using MvcSiteMapProvider 4.4.3 to dynamically build a sitemap from the database. I'm following this article: https://github.com/maartenba/MvcSiteMapProvider/wiki/Multiple-Sitemaps-in-One-Application because I'm using multiple sitemaps. This works and this is the basic structure which is returned: Home News Products About Contact One of the nodes ( /Products ) should be dynamically populated again based on different data. So for this I need a IDynamicNodeProvider implementation on the /Products node? ( please correct me if i'm wrong? ) Anyway, I think I do need the above. Documentation