The code for this can be found at:
I've created a site map table, which when modified, the changes do not show up on my web page unless I change the (16) to something else and re-compile/run.
Also, since I'm using the MyGeneration d00dads DAL architecture, I removed the SiteMapCacheDependency - was that wise?
I've created a site map table, which when modified, the changes do not show up on my web page unless I change the (16) to something else and re-compile/run.
Code:
private Dictionary<int, SiteMapNode> _nodes = new Dictionary<int, SiteMapNode>(16);
Also, since I'm using the MyGeneration d00dads DAL architecture, I removed the SiteMapCacheDependency - was that wise?