0
DirectoryEntry oDirectoryEntry = new DirectoryEntry(virtualDirMetaPath);
oDirectoryEntry.DeleteTree();
これはCOMException 0x80005000をスローします。任意のポインタを歓迎します。仮想ディレクトリの作成は問題ありません。アンインストール時にのみ、このエラーがEvent Viewverに記録されます。C#Windows Server 2003上のIIS仮想ディレクトリを削除するとCOMExceptionが発生する
DirectoryEntryクラスを使用して、IIS内のすべての設定を管理できます。 – chugh97