Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a C# script that populates the content of the AD (Active Directory) say first name, last name, phone number, email address, etc... in a Sharepoint list and it’s working fine, but the problem is that any time a new user is added to the Active Director, we have to deploy the solution again and again, so I want to write some code that will synchronize the list so that it updates automatically without having to deploy the solution again when a change is made to the AD.

How can I do that?

share|improve this question

closed as off topic by phwd Mar 15 at 14:10

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.