Ask a Question related to ASP.NET Security, Design and Development.
-
John L. Green #1
Help please with Role based security not working.
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
John L. Green Guest
-
Role based security across sub directories
Take the following directory structure: AppRoot (configured as a IIS Application) -> bin -> dirA -> dirB -> dirC login.aspx web.config -
Role based Security and Permissions
Hi, I have been working on a framework for publishing several sites from a single code based allowing for easy modification by end users. I have... -
Do I need Role Based Security
Corinna, In your example i'd say its not necessary to use role-based security. Since there's only 1 level of membership as you say then all I... -
Reg Role BAsed security..
Hi All.. Can any body detail out the basic diff/advatages/disadvantage over acheiving the role based security and the same thing in case of... -
Teemu Keiski #2
Re: Help please with Role based security not working.
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...working.> Hello All,
>
> I am trying to use the .Net built in role based security. It is notusers>> 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> section.
>
> Any ideas?
>
> Thanks
>
>
>
>
Teemu Keiski Guest



Reply With Quote

