会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风雨行者
温水煮青蛙
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
08 2009 档案
操作应用程序池
摘要:下面的代码实现应用程序池的创建,并设置一些属性。string strAppPoolName = "MyAppPool1";System.DirectoryServices.DirectoryEntry appPoolRoot = new System.DirectoryServices.DirectoryEntry(@"IIS://localhost/W3SVC/AppPools");System...
阅读全文
posted @
2009-08-31 16:02
风雨行者
阅读(148)
评论(0)
推荐(0)