摘要: using System;using System.Collections.Generic;using System.Text;using System.DirectoryServices;using System.Collections;namespace SetupClassLibrary{ public class WebHelper { static DirectoryEntry iisDE = new DirectoryEntry("IIS://localhost/W3SVC"); ///<summary> /// Get The Location I 阅读全文
posted @ 2007-08-10 23:24 音乐啤酒 阅读(227) 评论(0) 推荐(0)