痞子龍㊣

C#零起点

 

2007年4月5日

c#操作IIS

摘要: using System;using System.DirectoryServices;using System.Collections;namespace WayControls.IIS{ /**//// /// IISWebServer的状态 /// public enum IISServerState { /**//// ///... 阅读全文

posted @ 2007-04-05 11:14 hnsjack(痞子龍) 阅读(370) 评论(0) 推荐(0) 编辑

使用c#建立虚拟目录

摘要: const String constIISWebSiteRoot = "IIS://localhost/W3SVC/1/ROOT"; string virtualDirName = "virtualName";//虚拟目录名称 string physicalPath = @"c:\1"; DirectoryE... 阅读全文

posted @ 2007-04-05 11:12 hnsjack(痞子龍) 阅读(323) 评论(0) 推荐(0) 编辑

导航