My sharepoint site has also users of Identity server.I want to make custom login page which allow to login active directory
Please refer the below link
http://davidmsterling.blogspot.in/2013/05/setting-up-forms-based-authentication.ht...
Showing posts with label windows Application. Show all posts
Showing posts with label windows Application. Show all posts
Friday, May 20, 2016
Wednesday, October 14, 2015
14
Oct
Solution Explorer, right-click on the "References" folder and then click on "Add Reference"
We have to add ddl:
Microsoft.SharePoint.Client.dll
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.UserProfiles.dll
Namespace:
using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.UserProfiles;
Coding:
string...