摘要:
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
阅读(158)
评论(0)
推荐(0)
浙公网安备 33010602011771号