Windows Server 2003 Service Pack 1 SetPassword Issue
Posted by: Brendan Tompkins,
on 08 Jun 2005 |
View original | Bookmarked: 0 time(s)
Yesterday evening, I installed SP1 for Windows Server 2003 on our Web Servers. This morning, we got reports that new users couldn't be created on our site. Upon investigation, it turned out that the code for creating users was failing on the following lines of code:
/// <summary>
/// Sets the password.
/// </summary>
/// <param name="userEntry">User entry.</param>
/// <param name="password">Password.</param>
...