I try to create Virtual Directory 1 DirectoryEntry deRoot = new DirectoryEntry( "IIS: //localhost/W3SVC/1/Root", "Administrator","Password"); 2 deRoot.RefreshCache(); 3 4 DirectoryEntry deNewVDir = deRoot.Children.Add(" virdirname ", " IIsWebVirtualDir "...