httpd.Start
else
Shell.Quit 0
end if
End Sub
Sub OnServiceStop()
httpd.Close
End Sub
Sub OnServicePause()
httpd.Stop
End Sub
Sub OnServiceResume()
httpd.Start
End Sub
执行该main.box后,将会打开web服务器,输入本机ip后会执行wwwroot目录中的default.asp文件。