I'm coding a .NET Azure Web Role using MVC4 RC. To generate a site map, I use MVC SiteMap and it works well on localhost. But once deployed on Azure, I get this error : Site map file could not be found. Verify that the path provided in Web.config is correct.
My MVC SiteMap configuration in web.config is the one by default. The file ~/Mvc.sitemap is at the project's root
Any idea ?