Re: authorization different paths and roles

From: Matias Woloski (woloski_at_NOSPAMsion.com)
Date: 08/30/04


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!



Relevant Pages

  • Re: The literati amongst us.
    ... The producer was called Ken Gibson, who later became the Irish Rovers' ... idea of appearing in a Canadian show and thereby hopefully increasing ... Ken Gibson was *not* the manager; he produced their show in Vancouver in the ... I had a writing partner ...
    (soc.culture.scottish)
  • Handle leak in Windows 2003 Authorization Manager?
    ... I'm currently developping a server application that uses Authorization ... Manager on Windows 2003 Server. ... Dim AuthStore As AzAuthorizationStore ...
    (microsoft.public.platformsdk.security)
  • RE: ADC - What do I need
    ... > I have a number of admins that need to be able to create mailbox/mail ... You are creating the mailbox on an Exchange 2000 + server. ... Exchange 2000 or 2003 in your site and then Exchange System Manager ...
    (microsoft.public.exchange.misc)
  • Re: strange security role issue
    ... As for the authorization, here is the setting (from web.config in the ... Microsoft MSDN Online Support Lead ... You can send feedback directly to my manager ... For the security trimming, based on my experience, such navigation/access ...
    (microsoft.public.vsnet.general)
  • Get path for install service
    ... I have a service which has been installed in the service component ... manager. ... I am writing a second program ...
    (microsoft.public.dotnet.languages.csharp)