新微赢技术网

标题: 怎样把ASP应用程序生成exe文件 [打印本页]

作者: ωǒ祗憙歡伱    时间: 2010-1-15 06:23
标题: 怎样把ASP应用程序生成exe文件
怎样把ASP应用程序生成exe文件

我的main.box文件内容为

Dim httpd
Shell.Service.RunService "NBWeb","NetBox Web Server","NetBox Http Server Sample"
Sub OnServiceStart()
Set httpd=CreateObject("NetBox.HttpServer")
if httpd.Create("",80)=0 then
Set host=httpd.AddHost("","wwwroot")
host.EnableScript=True
host.AddDefault "default.html"
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




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2