Re: Change user's group in ASP.NET

From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 01/29/04


Date: Thu, 29 Jan 2004 09:34:56 -0600

If you don't have AD, what do you have that is the source of the user's
groups? Are they from an NT4 domain or a local machine?

In either case, you would use System.DirectoryServices with the WinNT
provider to do group membership changes.

Joe K.

"Memi Lavi" <mamil@bezeqint.net> wrote in message
news:fc2413bf.0401290412.47ecf75d@posting.google.com...
> Hi Guys.
>
> I need a way to change a user's group in the OS. Unfortunately, I
> don't have Active Directory, so I won't be able to use it.
> I've searched through the docs, but couldn't find any way of doing so.
> I believe a task like this will require high permissions for the IIS
> and ASPNET users, but it's not a problem for me.
>
> How can I do that?