문제

I have installed MVCSitemapProvider, I need to make it scan assemble without using mvc.sitmap xml file. From this article I have done that.

<add key="MvcSiteMapProvider_ScanAssembliesForSiteMapNodes" value="true" />
<add key="MvcSiteMapProvider_EnableSiteMapFile" value="false"/>

Then I deleted mvc.sitemap file, but I faced "mvc.sitemap couldn't be found" exception.

도움이 되었습니까?

해결책

This was due to a bug. It has now been fixed in v4.6.2.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top