将 ASP 网站刻录到 CD
我需要将我的 asp 网站的副本刻录到 CD,并且当用户将 CD 放入驱动器时它必须运行。该站点使用 access 数据库和 asp 包含文件等等。
有没有一种方法可以让站点通过 CD 运行而无需在 Windows 上安装 ASP?
谢谢, 艾尔洛克
I need to burn a copy of my asp website to a cd and it must run when a user puts the cd in the drive. The site uses an access database and asp include files and all that.
Is there a way to get the site to run off a cd without installing ASP on windows?
Thanks,
Airlok
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
服务器到Go
http://www.server2go-web.de/
BabyWebServer (Pablo Software)
XAMPP
或类似的东西可能会起作用。
其中一个问题是 Access 数据库 - 如果您使用 ACCDB 和 ACE 12 驱动程序,它们可能没有该数据库。
Server2Go 可能是最好的。无隶属关系。
Server to Go
http://www.server2go-web.de/
BabyWebServer (Pablo Software)
XAMPP
or something like that would probably work.
One issue is the Access database- if you are using ACCDB and ACE 12 driver they might not have that.
Server2Go might be best. No affiliation.
不,您需要制作网站的平面副本 - 即访问所有页面并将它们另存为 html 文件并更新所有链接...这并不令人愉快,但您可能可以找到一个程序来帮助您做到这一点。
No, you'll need to make a flat copy of your site - ie visit all the pages and save them as html files and update all the links... not pleasant, but you can probably find a program to help you do it.
谁知道它是否是 ASP.NET,但如果是这种情况,您可以将 ASP.NET 应用程序与该 CD 中的 Cassini 捆绑在一起,但我不知道只读存储对此 Web 服务器是否有效:只要给尝试一下。我留下文字是因为也许其他人会发现这个答案有用。
Who knows if it's ASP.NET, but if this is the case, you can bundle your ASP.NET application with Cassini in that CD, but I don't know if read-only storage would be valid for this web server:Just give a try.I leave the text because maybe others would find this answer useful.
据我所知,不,不完全像您所描述的那样。这些是我能想到的所有选项:
链接
自己托管网站(毕竟它是一个网站!)如果您希望它看起来更像一个产品,请创建一个 Visual Basic 或其他一些包装应用程序它将浏览器包装在应用程序类型界面中并加载您的网站。最终用户当然需要有效的互联网连接。
可执行
看一下 Visual Basic,它使用与 ASP (VBscript) 相同的标记,并且相当容易理解,因此如果项目很小,您应该能够相当轻松地将其移植到 EXE 文件中。
As far as I know, no, not exactly as you described. These are all the options I can think of:
Link
Host the site yourself (it is a website afterall!) If you want it to look more like a product, create a Visual Basic or some other wrapper app that wraps the browser in an application type interface and loads your website up. The end user will of course need an active internet connection.
Executable
Look at Visual Basic, it uses the same markup as ASP (VBscript) and is reasonably easy to understand so if the project is small you should be able to port it reasonably easily into an EXE file.