authorization element in web.config

From: E-Coder (Sharaf_mohamed_at_hotmail.com)
Date: 06/23/03


Date: Mon, 23 Jun 2003 13:18:36 +0200


Peace upon you all
    I tried to deny access through the authorization element in web.config
but it didn't work, Itried to deny the unauthenticated users with ?
parameters and it worked well but when I deny access to particular user it
didn't work and it allowed him alse here's the code I tried

<authorization>

<deny users="?" />

<deny users="someUsers" />

</authorization>

and I tried also

<authorization>

<deny users="someUsers" />

<deny users="?" />

</authorization>

Thanx in advance for ur help

Mohamed



Relevant Pages

  • Re: authorization element in web.config
    ... > Peace upon you all ... > I tried to deny access through the authorization element in web.config ... Itried to deny the unauthenticated users with? ... > parameters and it worked well but when I deny access to particular user it ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Bypassing authentication
    ... means just that allow unauthenticated users to access the page ... Teemu Keiski ... I have established form authentication so every page on the site send ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forms Authentication
    ... I am new to the concept of asp.net authentication so this might be ... If the user is a standard user then the user is ... credentials and allow / deny access? ... With URL authorization, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Use login control to limit access to certain pages
    ... // To allow or deny access to the application to certain users or roles ... // Allows unrestricted access to the folder named anonymousAccess ... some directores containing files which don't need protection at all. ...
    (microsoft.public.dotnet.general)
  • Re: Help with element in web.config
    ... located within my webapp at SecurePages/ExcelFile1.xls. ... but it allows unauthenticated users to ... It would work with Windows Authentication only. ...
    (microsoft.public.dotnet.framework.aspnet)