I have an intranet site that I am creating using Web Application Projects (WAP). There are different sections split off into separate WAPs that are referenced by the root WAP. In each section there is going to be a separate web.sitemap file specifiying its structure and the root web.sitemap file references these section web.sitemap files. In the root WAP I have a master page specified with a main navigation bar that displays all of the separate WAP sections. This works great, but I would like a subnavigation bar based on the current sections web.sitemap file. I can't add a different SiteMapProvider becuase that child WAP is not a web application and that web.config file will only let you configure SiteMapProviders in the root web.config file.
I have been working on this for two days now and can't seem to figure out a way to make this work.