I need to adjust sitemap of DNN website, but I need to do that using multiple sitemap files. I already managed to add custom url data to main sitemap.aspx, using SitemapProvider
, but I didn't find so far any way to create custom sitemap files. Creating files in file system doesn't seem to be appropriate option because of 2 reasons:
- routing won't get user there anyway
- sitemap.aspx doesn't exist in file system, so looks like it's generated by DNN server in some other way, which (I guess) I should follow as well
Could you please give explanation and example of that or some links where I could figure out things? Thanks.