网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计资源 > .Net编程 > 正文

C#操作IIS网站应用程序池

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

//添加应用程序池空间引用

using System.DirectoryServices
 

  1. string method="Start"//Start开启  Recycle回收  Stop 停止  
  2.    string AppPoolName = "chengxuchiname";  
  3.  
  4.    try 
  5.  
  6.    {      
  7.  
  8.       DirectoryEntry appPool = new DirectoryEntry("IIS://localhost/W3SVC/AppPools");  
  9.  
  10.       DirectoryEntry findPool = appPool.Children.Find(AppPoolName,"IIsApplicationPool");  
  11.  
  12.       findPool.Invoke(method,null);  
  13.  
  14.       appPool.CommitChanges();  
  15.  
  16.       appPool.Close();  
  17.  
  18.     MessageBox.Show("应用程序池名称启动成功","启动成功");   
  19.  
  20.    }  
  21.  
  22.    catch(Exception ex)  
  23.  
  24.    {  
  25.  
  26.     MessageBox.Show(ex.Message,"启动失败");        
  27.  
  28.    }  
  29.  
  • 下一篇资讯: 用C#创建可拖动窗体
  • 设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
    版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师