Re: authorization different paths and roles
From: Matias Woloski (woloski_at_NOSPAMsion.com)
Date: 08/30/04
- Next message: Faassen, B.: "Re: BUG With FormsAuthentication"
- Previous message: Nicole Calinoiu: "Re: Required permissions to set Process.PriorityClass in Win 2003 serv"
- In reply to: naijacoder naijacoder: "Re: authorization different paths and roles"
- Next in thread: Hernan de Lahitte: "Re: authorization different paths and roles"
- Reply: Hernan de Lahitte: "Re: authorization different paths and roles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 30 Aug 2004 10:33:20 -0300
Writing this, it won't allow anyone to get into manager,
<location path="manager">
<system.web>
<authorization>
<allow roles="admins" />
<deny users="*" />
</authorization>
</system.web>
</location>
However, I still cannot make it work to only allow "admins" role.
any ideas?
thanks!
Matias
"naijacoder naijacoder" <naijacoder@toughguy.net> wrote in message
news:eRVeRUVjEHA.2524@TK2MSFTNGP11.phx.gbl...
> <location path="manager"> is this path MANAGER a drirectory in IIS or a
> group?
> Try using <deny> and see if it will go..
> Cheers
>
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: Faassen, B.: "Re: BUG With FormsAuthentication"
- Previous message: Nicole Calinoiu: "Re: Required permissions to set Process.PriorityClass in Win 2003 serv"
- In reply to: naijacoder naijacoder: "Re: authorization different paths and roles"
- Next in thread: Hernan de Lahitte: "Re: authorization different paths and roles"
- Reply: Hernan de Lahitte: "Re: authorization different paths and roles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|