Re: ASP.NET Authentication



hi,

always use domain\groupname

try a group without spaces if you are unsure..

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

I've tried entering a group name, but it doesn't seem to work.  The
group name is "applications development".  Is it possible to use group
names that contain spaces?

Joe Kaplan (MVP - ADSI) wrote:

Typically you would use groups in the allow/deny tags in NT format
(domain\groupname).  You can build whatever type of access you want
based on the order of the allow and deny tags.  The first match for a
given user wins.

So, you might do and allow for your domain group and a deny for
users=* after that.  That will effectively allow the users in the
group and deny everyone else.

Joe K.

I considered going with the <authorization/> it just seemed
inefficient to include user names in a file instead of directly on
the folder.

[quoted text clipped - 36 lines]

Can anyone shed some light.  It seems like this should be such a
simple process.



.