摘要:
IIS属性解析 KeyType[0] =IisWebVirtualDir // Schema类名表明操作的目录类型 // 【虚拟目录】 Path[0] =D:/WebSiteTest // 虚拟目录|本地路径 // .NET对应属性如下,其中de为虚拟目录对应的DirectoryEntry对象 de 阅读全文
摘要:
//创建管理用户 public string CreateUser(string sys_username, string sys_passwd) { try { DirectoryEntry AD = new DirectoryEntry("WinNT://" + Environment.Mach 阅读全文