标题:怎样把ASP应用程序生成exe文件
只看楼主
271391233
Rank: 1
等 级:新手上路
帖 子:174
专家分:0
注 册:2005-2-24
 问题点数:0 回复次数:0 
怎样把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

搜索更多相关主题的帖子: ASP exe 应用程序 文件 
2006-09-08 15:00



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-88848-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.210694 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved