李晓亮的博客

导航

2008年3月17日

【转】操作iis应用程序池

摘要: using System; using System.DirectoryServices; using System.Reflection; namespace ADSIX { /// /// Small class containing methods to configure IIS. /// class ConfigIIS { /// /// The m... 阅读全文

posted @ 2008-03-17 11:10 LeeXiaoLiang 阅读(606) 评论(0) 推荐(0) 编辑

【转】IIS管理类

摘要: using System; using System.Data; using System.DirectoryServices; using System.Collections; using System.Threading; namespace Aspnet.IISManagement { /// /// 应用程序的主入口点。 /// ... 阅读全文

posted @ 2008-03-17 09:13 LeeXiaoLiang 阅读(225) 评论(0) 推荐(0) 编辑