C# 利用DirectoryEntry 修改IIS默认站点的端口
摘要:
System.DirectoryServices.DirectoryEntry folderRoot = new DirectoryEntry("IIS://localhost/W3SVC/1"); //得到现默认站点的IP 端口 描述 string strServerBindings = this.TextBox1.Text = folderRoot.Properties["S... 阅读全文
posted @ 2008-06-26 15:53 freeliver54 阅读(1975) 评论(0) 推荐(0)
浙公网安备 33010602011771号