I have a web application that uses Integrated Windows Authentication to validate users. Most of them are remote and don’t have access to a workstation to update their AD password.
Rather than manually managing passwords my self, I’d like to put together a script so they can change them on their own.
How would I update their windows password through ASP?
There is a function in the System.DirectoryServices namespace that seems to be able to handle this. You will need to add a reference to it in order to use it.
Here is the article on how to change user passwords: http://msdn.microsoft.com/en-us/library/ms817839.aspx