I have a web application that has forums. I would like to you the asp.net sitemap features for the dynamic forums.
would it be efficient if I query a list of forums and sub forums from my database and transform it into the web.sitemap. Maybe I could add a sqldependency?
Also note this. I have a url rewriter. "ViewTopic/234/1.aspx". The "1" is the pagenumber, and "234" is the topicid. if i create a sitemap node with "ViewTopic/234", would asp.net recognize "ViewTopic/234/1.aspx as the same location?