Re: Asp.net impersonate

From: naijacoder naijacoder (naijacoder_at_toughguy.net)
Date: 08/30/04


Date: Sun, 29 Aug 2004 20:23:04 -0700

Web config problem:-
-------------------
If i want to Allow only some GROUPS to login and DENY the others how
would i do it.

For example i have security GROUPS S_A,S_B,S_V and i want all user to
login but if they are not if the following groups above they should be
denied.
How should the WEB CONFIG look like.
Thanks alot.
This ine below doesn't work!!
<deny users="?"/>
<allow users="?"
       roles="S_A,S_B,S_V"//>

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • NT Login
    ... how do I get the NT login when a user navigates to my ... I set the deny users =? ... in the web config but I think ...
    (microsoft.public.dotnet.framework.aspnet)
  • webform password protected page
    ... I made a web project which was password protected by using form mode ... authentication. ... linker,it always stay in the login page. ... anybody there has idea about this web config? ...
    (microsoft.public.dotnet.languages.csharp)
  • Issue w/ Login Control
    ... I have the following in my web config. ... It looks like the AD login is working because it tells me if the password is incorrect, however, if it is a successful login it says on the login page and does not redirect to the WebForm1.aspx. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Save me from my stupidity
    ... "stefanT" wrote in message ... added 'AuthenticatedUsers' and set the permissions to: ... > AuthenticatedUsers: deny full ... I could still not login locally. ...
    (microsoft.public.security)
  • Re: Save me from my stupidity
    ... "stefanT" wrote in message ... > users" but this failed and then I remembered that Deny overides Allow. ... >> the user is in has in the deny logon locally user ... I could still not login locally. ...
    (microsoft.public.security)