Migrating (rewriting) a whole portal originally made in .net to shareopoint doesn\'t seem like a very easy thing to do.
We\'re writing a system that allows a user to change their account password through a web application on our intranet.
I have some code that queries Active Directory to verify user existence.I am trying to verify a long list of about 1300 ids.I\'ve tried several methods to verify if a user account (LINQ to AD, Directo
I have the need in my program to get the list of user logon names in a group. This is what I have so far but it only returns all the users...which I need cut down to those in a group, of which i have
First off, I\'m not entirely sure that my question title is very descriptive, so my apologies for that.
I\'m using the System.DirectoryServices.AccountManagement namespace classes to manage the membership of several groups.These groups control the population of our print accounting system and some of th
I want to know how to do Active Directory Authentication. Here is what I need in more detail - 开发者_如何学GoI have 2 sets of users for my website Internal users and external users
I have a Windows Domain here that runs Exchange 2007, and I need to programmatically create new Mailing Lists.
This may be a duplicate(not sure), but since I am unable to quench my thirst for the right answer (0: so here it goes:
I recently refactored some code in an Active Directory role provider to remove support for multiple domains.In the process my integration tests broke in ways that I didn\'t expect.The tests do not rel