摘要:
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()) ... 阅读全文