摘要: protected void Page_Load(object sender, EventArgs e) { DirectoryEntry directoryEntry = new DirectoryEntry(@"IIS://localhost/W3SVC"); IEnumerator ienum = directoryEntry.Children.GetEnumerator(); string HostInfo = ""; while (ienum.MoveNext()) ... 阅读全文
posted @ 2013-04-09 16:12 孔祥文 阅读(822) 评论(0) 推荐(1) 编辑