This question is locked. New answers and comments are not allowed.
Hello Telerik Team,
We're currently migrating to MVC technology. Our application has legacy pages using web forms and new pages using MVC. I was able to use the MVC menu with our legacy site maps; however, security trimming is not applied to nodes pointing to web form pages. For example, the Telerik MVC menu will not trim the following node from the site map, even though the user does not have these roles:
<siteMapNode
url="~/Sources/ServiceManager.aspx"
title="Services"
description="Services"
roles="StudyManager,System"/>
Note that the link is to a web form. Is there any way to apply security trimming to such nodes? In this case, there is no controller / action to decorate with the [Authorize] attribute.
Thanks in advance.
We're currently migrating to MVC technology. Our application has legacy pages using web forms and new pages using MVC. I was able to use the MVC menu with our legacy site maps; however, security trimming is not applied to nodes pointing to web form pages. For example, the Telerik MVC menu will not trim the following node from the site map, even though the user does not have these roles:
<siteMapNode
url="~/Sources/ServiceManager.aspx"
title="Services"
description="Services"
roles="StudyManager,System"/>
Note that the link is to a web form. Is there any way to apply security trimming to such nodes? In this case, there is no controller / action to decorate with the [Authorize] attribute.
Thanks in advance.