Building a Custom Site Map Provider In the last ASP.NET course I delivered I was asked how to build a custom site map provider . This post holds the answer. You can download the full example from here . Building a Custom Site Map Provider There are times that our requirements demand that our site navigation will not be based on the default site map provider . Such times are for example when we want to use a database table to hold our site navigation . In these times we can create a custom site map...