Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
2k views

Link security trimming in asp.net mvc

I would like to show some links only to authenticated users in an asp.net mvc web application. I use the template for an asp.net mvc web application in Visual Studio 2008 that came with the beta ...
1
vote
1answer
1k views

c# Sql SiteMap Provider security Trimming not working

While I was using web.sitemap the security Trimming on my menu was working fine. Now that I have switched to a Sql Site Map Provider, the security trimming just stopped working. <siteMap ...
0
votes
1answer
97 views

roles based menu does not work, what am I doing wrong?

I can't figure this one out. I have the following SiteMap <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > ...
0
votes
1answer
263 views

Custom security trimming SharePoint FAST Search results

I have created a custom search security trimmer for SharePoint Search. Unfortunately it doesn"t work with SharePoint FAST Search. Is there any way by which similar custom security trimming of FAST ...
0
votes
1answer
298 views

SharePoint 2010: Trimming page content based on group

In SharePoint 2010, what are the best practices for trimming content on a single page based on group? For example, I have two types of customers that each belong to a different group. I only want ...
0
votes
2answers
433 views

How does XmlSiteMapProvider check user to be in specified role?

I roll my own SiteMapProvider inheriting System.Web.XmlSiteMapProvider. I want to override logic of checking user to be in a role specified in siteMapNode's property roles: <siteMapNode ...
0
votes
0answers
129 views

Security Trimming via SiteMap using authentication status?

Does anyone know if there is a way to use a site map to perform security trimming based on authentication status? For example, we can trim based on role using <SiteMapNode title="Page" ...
0
votes
1answer
875 views

Show/Hide custom menu items as based on Roles/Web.sitemap file

I have a custom menu, which leverages the standard asp.net sitemap. It works well but some of my pages are dynamically generated by URL rewriter, so they don't sit in the sitemap XML file. At the ...
0
votes
1answer
693 views

How to affect single child nodes when Security Trimming a SiteMap?

I have a ASP.Net site, in which I'm trying to use Windows Authentication and Active Directory roles to limit access to some pages. I've looked at a tutorial page from Scott Gu, but I can't quite ...
0
votes
1answer
842 views

Sitemap security trimming using roles attributes only, and not allow/deny rules elsewhere

I am aware that the tag has the "roles" attribute to make up for the nodes that don't have the "url" attribute, which can be resolved in other ways. I'm not interested in these other ways, though, ...