SharePoint password modification Web Part Deployment Solution 1. open Visual Studio2010 as an administrator, create a project, select SharePoint2010 as the template, and select platform. NET Framework 3.5, create a blank SharePoint project, edit the name changePWD and location, and click OK.
2. The SharePoint custom wizard is displayed. Enter the pre-debugging site and click "verify. After the verification is successful, select "deploy as a field solution" and click "OK.
3. Right-click changePWD, add ---- new item, and select passwordChange.
4. In Solution Explorer, right-click a reference and add a reference. On the. NET tab, select System. DirectoryServices. AccountManagement.
5. Edit the code. PasswordChange. cs: passwordChangeUserControl. ascx:
PasswordChangeUserControl. ascx. cs:
6. Click the generate menu and select the deployment solution.
7. Add this Web part on the page.