任性小虾米

文章
3
资源
0
加入时间
4年2月16天

对虚拟目录的操作(转)

一、查看虚拟目录是否存在 private bool IsExitesVirtualDir(string virtualdirname) {    bool exited =false;    DirectoryEntry _entry = new DirectoryEntry("IIS://localhost/W3SVC/1/Root");    DirectoryEntries _entries