2007年12月13日
摘要: using System.DirectoryServices; --先应用 --添加用户 DirectoryEntry entry = new DirectoryEntry(BaseFunctions.DomainSrv,HttpContext.Current.Session["username"].ToString(),HttpContext.Current.Session["passwor... 阅读全文
posted @ 2007-12-13 13:45 何力冠 阅读(1158) 评论(0) 推荐(0)