A very late follow-up to this question: I'm trying to implement some simple dynamic sitemap functionality through the SiteMapResolve event (as per burningice's earlier reply) but it's not really working for me. I've hooked in the event using the OnInitialized method of an ApplicationStartup class, and this fires correctly on application startup, but the SiteMapResolve event itself never fires. Is there something special I need to do to get this to work?
↧