2007年11月28日

C#IIS网站应用程序池启动回收停止

摘要: //添加应用程序池空间引用using System.DirectoryServices;using System.Text; using System.Text.RegularExpressions; using System.Diagnostics; using System.Management; private void button6_Click(object sender, System.EventArgs e){//如果应用程序池不存在,则会报错系统找不到指定路径stringAppPoolName=this.textBox1.Text.Trim();stringmethod=&qu 阅读全文

posted @ 2007-11-28 15:12 风灵溪清 阅读(354) 评论(0) 推荐(0)

C#IIS网站应用程序池列表添加修改删除

摘要: //添加应用程序池空间引用using System.DirectoryServices;using System.Text; using System.Text.RegularExpressions; using System.Diagnostics; using System.Management; private void button2_Click(object sender, System.EventArgs e){this.richTextBox1.Text="";DirectoryEntry appPool = new DirectoryEntry(" 阅读全文

posted @ 2007-11-28 14:56 风灵溪清 阅读(394) 评论(0) 推荐(0)

导航