Re: newbie: allow deny vs deny allow
- From: "Cowboy \(Gregory A. Beamer\)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Sep 2006 17:56:05 -0500
There should be nothing different because of the ordering. In each case, you
are saying allow all, but deny by ensuring a person has an account.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
*************************************************
Think outside of the box!
*************************************************
"Jeff" <it_consultant1@xxxxxxxxxxxxxxxxxx> wrote in message
news:ePCvcE32GHA.988@xxxxxxxxxxxxxxxxxxxxxxx
asp.net 2.0 security:
Below are 2 authorization blocks. I wonder what is the difference between
them from a security point of view?
I guess this can be a standard question on a asp.net 2.0 certification
exam, so i'm very interested to know the difference between these
settings.
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
<authorization>
<allow users="*"/>
<deny users="?"/>
</authorization>
.
- References:
- newbie: allow deny vs deny allow
- From: Jeff
- newbie: allow deny vs deny allow
- Prev by Date: Re: How to set a row of gridview different color
- Next by Date: Re: newbie: asp.net 2.0 security question
- Previous by thread: newbie: allow deny vs deny allow
- Next by thread: Re: newbie: allow deny vs deny allow
- Index(es):
Relevant Pages
|