BetterCMS has its own XML Sitemap
generator as seen here:
GoogleSitemapController
I've recreated this controller with a few amends to include pages that aren't currently located in the sitemap, which generates the XML
for the sitemap but my version isn't executing. As this GoogleSitemapController usually creates the /sitemap.xml when the project is running, my version of the GoogleSitemapController is not being caught by my breakpoints.
From my own knowledge I believe the best way is to include the reference for the controller in the App_Start/RouteConfig
where I should create a MapRoute
. However My version of the controller doesnt work is there anything I could be possibly missing.