摘要: DirectoryEntry _RootFolder = new DirectoryEntry("IIS://localhost/W3SVC/1/ROOT"); DirectoryEntry _VirDir = _RootFolder.Children.Add(@"OKWeb", "IIsWebVirtualDir"); _VirDir.Properties["Path"].Value = @"C... 阅读全文
posted @ 2010-07-28 19:03 greencolor 阅读(150) 评论(0) 推荐(0) 编辑