摘要: 1.Enable Forms Based Authentication (FBA)2.modify the default login page,whichresides inC:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IDENTITYMODEL\LOGIN \default.aspxmodified code looks like:<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" run 阅读全文
posted @ 2013-03-29 12:25 zyip 阅读(497) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.DirectoryServices;namespace ConsoleApplication1{ public class Helper { public static string path = "LDAP://192.168.8.1"; //the IP address point to your domain server public static st... 阅读全文
posted @ 2013-03-29 10:17 zyip 阅读(517) 评论(0) 推荐(0)