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

浙公网安备 33010602011771号