Help please with Role based security not working.

From: John L. Green (news_at_johngreen.ca)
Date: 10/20/03

  • Next message: Mary Chipman: "Re: .net security books"
    Date: Mon, 20 Oct 2003 15:53:17 -0400
    
    

    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


  • Next message: Mary Chipman: "Re: .net security books"

    Relevant Pages

    • Login Redirect & Sub Directory
      ... I have a sub directory in an appication i have written. ... In my web config i have set the security like so. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: authentication mode for specific files?
      ... the web config. ... I have an img tag to an image in ... config file to specify specific files that do not require ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Role based security
      ... I'm trying to build framework in .net which uses role based security. ... I want to be able to defined the roles in the web config e.g ... able to allocate the NT domain groups in the web config against the ...
      (microsoft.public.dotnet.security)
    • Need help with denying access to a folder...
      ... In my web config I have this: ... the forum software that I am using is the old asp so ... Only the Best Freeware at http://www.vbmark.com ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: web.config in subfolder
      ... Modify your web config like this below. ... This will allwo Anon users into your wesite. ...
      (microsoft.public.dotnet.framework.aspnet.security)