hi,
i am using MvcSitemapProvider and is working fine, but its returning all results in Https instead of Http.
i am unable to find a way to return the results in http (sitemap for search engine)
<mvcSiteMapNode title="Details" controller="Home" action="News" dynamicNodeProvider="DynamicPostDetailsProvider, MyNamespace" updatePriority="Normal" />
returns like
<url>
<loc>https://localhost:1118/Home</loc>
<changefreq>always</changefreq>
<priority>0.75</priority>
</url>