Hi, I need display navigation in my website with ASP.NET 4 components.
Navigation use XmlSiteMapProvider and file hierarchy as XML file.
Because my website is a CMS I am looking for a solution able to store hierarchy in DataBase or in some sort of Business Logic.
I found out SQL Site Map Provider, which seems a workaround to store hierarchy in SQL.
http://msdn.microsoft.com/en-us/magazine/cc163657.aspx
My questions: - I would like to know your opinion on it. - If you know some other alternative solutions.
Thanks guys for your help and time
Bye