摘要:
下面的代码实现应用程序池的创建,并设置一些属性。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)
2009年8月31日