Re: Help please with Role based security not working.

From: Teemu Keiski (joteke_at_aspalliance.com)
Date: 10/21/03


Date: Tue, 21 Oct 2003 22:41:53 +0300

How have you set up the authentication in IIS and in web.config?

-- 
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
"John L. Green" <news@johngreen.ca> wrote in message
news:uuDBQP0lDHA.2416@TK2MSFTNGP10.phx.gbl...
> Hello All,
>
> I am trying to use the .Net built in role based security. It is not
working.
> The web config has the following;
> <authorization>
>
> <deny users="?"/>
>
> <allow roles="DMZ\SLReports, DMZ\Supply-Link" />
>
> <deny users="*" />
>
> Users are not being allowed web access unless I add them to an <allow
users>
> section.
>
> Any ideas?
>
> Thanks
>
>
>
>