End Google Ads 201810 - BS.net 01 --> Hi all,

I have an asp.menu that is bound to a SiteMapDataSource. The web.sitemap file is built dynamically via the Session_Start method in global.asax. On each Session_Start a query is made to a table called "categories" in my database which contains all the sitemap data. This data is used to generate the web.sitemap file.

I've set a breakpoint and I actually see the web.sitemap file getting rebuilt everytime, however, even when the web.sitemap changes I see no change in the menu. It is not until I make a change to the web.config and save it that the changes to the web.sitemap are reflected in the menu. This tells me it is somehow getting cached.

Can someone please help??

Thanks!
Tim