https://gitee.com/xiaoyaosoft/xiaoya...iaoYaoMini_iis IT'S BY IISEXPRESS Code: Dim MyIIS As New XiaoYaoIIS Private Sub Command1_Click() MyIIS.CloseIIS End Sub Private Sub Form_Load() MyIIS.AddSite "site1", "d:\wwwroot\", 80 'MyIIS.StartServices "IIS_Express_Server" MyIIS.StartSite "site1" End Sub
Dim MyIIS As New XiaoYaoIIS Private Sub Command1_Click() MyIIS.CloseIIS End Sub Private Sub Form_Load() MyIIS.AddSite "site1", "d:\wwwroot\", 80 'MyIIS.StartServices "IIS_Express_Server" MyIIS.StartSite "site1" End Sub
Forum Rules