SharePoint Modify Password Web Part deployment scenario
Source: Internet
Author: User
SharePoint modifies password Web Part deployment Scenario 1. Open Visual Studio2010 as Administrator, new project, template select SharePoint2010, platform Select. NET Framework 3.5, new blank SharePoint project, edit name Changepwd and location, click OK.
2. Pop Up the SharePoint Customization Wizard. Fill in the Pre-debug site and click Verify. After the validation is successful, select Deploy as a farm solution and click OK.
3. Right-click Changepwd, add----new item, select Visual Web Part Passwordchange.
4. In Solution Explorer, right-click the 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 Build menu and select Deploy Solution.
7. Add this Web Part on the page.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.