Re: Asp.net impersonate
From: naijacoder naijacoder (naijacoder_at_toughguy.net)
Date: 08/30/04
- Next message: Dmitry Kulakovsky: "Re: Create Directory"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Asp.net impersonate"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: Asp.net impersonate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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!
- Next message: Dmitry Kulakovsky: "Re: Create Directory"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Asp.net impersonate"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: Asp.net impersonate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|