轉自: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/

相关文章:

  • 2021-11-04
  • 2021-12-24
  • 2022-12-23
  • 2022-01-30
  • 2022-02-07
  • 2022-01-06
  • 2021-12-05
  • 2021-09-04
猜你喜欢
  • 2022-02-05
  • 2022-02-10
  • 2022-02-26
  • 2022-01-23
  • 2021-11-24
相关资源
相似解决方案