Results 1 to 1 of 1

Thread: xiaoyao iis Com addin,Manage Tool,VB6 IISEXPRESS wrapper

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,541

    xiaoyao iis Com addin,Manage Tool,VB6 IISEXPRESS wrapper

    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
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width