代码改变世界

[导入]IIS虚拟目录控制类

2007-12-19 22:16  午夜瞎想  阅读(140)  评论(0编辑  收藏  举报

轉自:http://www.netfocus.cn/peoplearticle941.html

using System;
using System.Data;
using System.DirectoryServices;
using System.Collections;
using System.IO;

namespace IISControl
{
    /**//// 
    /// CreateWebDir 的摘要说明。
    /// 
    public class IISManager
    {
        //定义需要使用的
        private string _server,_website,_AnonymousUserPass,_AnonymousUserName;
        private VirtualDirectories _virdirs;
        protected System.DirectoryServices.DirectoryEntry rootfolder;
      

[这文章好像很不错喔!我要查阅完整全文! ]


相关文章:

文章来源:http://hi.doublog.com/master/blog/item/102/