我正在使用来自 codeplex 的 MVC SiteMap,我已将站点地图设置为此
<mvcSiteMapNode title="LEADS" controller="Leads" action="DetailsLeads" Url="/Leads/DetailsLeads" roles="TEST">
<mvcSiteMapNode title="LEADS1" controller="Leads" action="ScheduleMettingLeads" Url="/Leads/ScheduleMettingLeads" roles="TEST"/>
<mvcSiteMapNode title="LEADS2" controller="Leads" action="ServiceAppealLeads" Url="/Leads/ServiceAppealLeads" roles="TEST"/>
</mvcSiteMapNode>
当我设置 securityTrimmingEnabled="true" 时,我收到以下错误:
模棱两可的控制器。找到 LeadsController 的多个控制器类型。考虑通过将控制器命名空间添加到 ControllerBuilder.Current.DefaultNamespaces 来缩小搜索范围。