Re: roleProvider and Windows Authentication
From: ManniAT (pcpohler_at_hotmail.com)
Date: 05/22/05
- Next message: Mark Parter: "Re: roleProvider and Windows Authentication"
- Previous message: Nicole Calinoiu: "Re: Page with multiple IFRAMEs"
- In reply to: Mark Parter: "roleProvider and Windows Authentication"
- Next in thread: Mark Parter: "Re: roleProvider and Windows Authentication"
- Reply: Mark Parter: "Re: roleProvider and Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 22 May 2005 10:55:06 +0200
Hi Mark,
did you enable securityTrimming in Web.config??
Here is what I mean for the Sitmapprovider:
<siteMap defaultProvider="XmlSiteMapProvider" enabled="true">
<providers>
<add name="XmlSiteMapProvider"
description="Default SiteMap provider."
type="System.Web.XmlSiteMapProvider "
siteMapFile="Web.sitemap"
securityTrimmingEnabled="true" /> !!!!!!!!!
</providers>
.........
You don't even have to add to specify the roles in the sitemap if there is a URL.
(To be short I replace sineMapNode with SMN)
<SMN title="Yust an element" roles="Have, to, add, them, here">
<SMN title="Here is a page" url="~/to/the/page.aspx" description="no roles neede" / >
</SMN>
HTH
Manfred
- Next message: Mark Parter: "Re: roleProvider and Windows Authentication"
- Previous message: Nicole Calinoiu: "Re: Page with multiple IFRAMEs"
- In reply to: Mark Parter: "roleProvider and Windows Authentication"
- Next in thread: Mark Parter: "Re: roleProvider and Windows Authentication"
- Reply: Mark Parter: "Re: roleProvider and Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|