摘要: public class IISManager { /// <summary> /// 创建一个站点 /// </summary> /// <param name="name">站点名称</param> /// <param name="physicalPath">项目所在路径</param> // 阅读全文
posted @ 2021-03-02 12:52 Provedl 阅读(293) 评论(0) 推荐(0) 编辑
摘要: //判断是否已经安装iis public static bool ExistSqlServerService(string tem) { bool ExistFlag = false; ServiceController[] service = ServiceController.GetServic 阅读全文
posted @ 2021-03-02 12:45 Provedl 阅读(264) 评论(0) 推荐(0) 编辑