摘要:
#region 新建立一个IISWEB站点 ///<summary> ///添加一个站点 ///</summary> public string CreateWebSite() { int siteID = int.Parse(GetNewWebSiteID()); try { root = new DirectoryEntry("IIS://" + this._server + "/W3SVC"); if (EnsureNewSiteEnavaible(this._serverip + ":" + thi 阅读全文
posted @ 2011-05-20 11:41
dinoy
阅读(1440)
评论(0)
推荐(0)
浙公网安备 33010602011771号