ASP.NET操作IIS中的虚拟目录
ASP.NET操作IIS中的虚拟目录2011-01-15在做系统开发的过程中,我们经常会遇到用asp.net来操作IIS,如新建虚拟目录、更改虚拟目录的属性、删除虚拟目录等操作,现在分析如下://假如虚拟目录名为"Webtest",先在项目中引用//System.DirectoryServices.dll,再using System.DirectoryServices;protected System.DirectoryServices...