ASP.NET MVC SiteMap and/or Security Trimming
Asked Answered
D

1

3

Is there an equivalent in ASP.NET MVC to the SiteMap and Security Trimming Features found in Web Forms?

I am just beginning to learn MVC and was looking for a solution to this to prevent going down the wrong path while learning.

Damnation answered 10/1, 2011 at 13:6 Comment(1)
I am not really looking for third-party/add-on type solutions to this(although it may ultimately be necessary). I am wondering if there is a preferred, out of the box solution to this.Damnation
D
7

Check ASP.NET MVC SiteMapProvider

Dikmen answered 10/1, 2011 at 13:12 Comment(4)
I had come across this in my searches. I was really wondering if there was a preferred, built-in method or procedure to accomplish these requirementsDamnation
No, that's why I created the above project.Dikmen
Thanks. For @stephen776, this is a really great project and have used it for a production system already.Holds
I have to agree with @jfar this is a great project and there's nothing else that comes close.Rivalry

© 2022 - 2024 — McMap. All rights reserved.