ASP.NET应用程序部署问题 [英] ASP.NET Application Deployment Question

查看:75
本文介绍了ASP.NET应用程序部署问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个asp.net应用程序/插件以在asp.net网站/电子商务解决方案上运行。我想让用户易于部署,因此只需双击一个图标,我的所有应用程序文件都将被放置在其asp.net网站上的适当文件夹以及所有必要的第三方文件中,如Microsoft的Visual Fox Pro 9 dll,将被安装。我是否可以查看一个好的教程或参考资料,以了解如何处理这些部署问题,甚至有可能解决?

I'm creating an asp.net application/plug-in to run on a asp.net website/e-commerce solution. I want to make deployment easy for the user so that all they have to do is double click on an icon and all of my apps files will be placed into the proper folders on their asp.net website and all the necessary third-party files, like Microsoft's Visual Fox Pro 9 dll, will be installed. Is there a good tutorial or reference I can view to learn how to handle these deployment issues and are they even possible?

谢谢

推荐答案

您可以制作一个MSI(Microsoft安装程序),它将为他们完成大部分工作。

You can make an MSI (Microsoft Installer) which will do most of the work for them.

来自 对Microsoft ASP.NET 3.5进行编程 by Dino Esposito

From Programming Microsoft ASP.NET 3.5 by Dino Esposito


部署前的编译会创建
a的站点文件表示形式,其中
是程序集和静态文件文件。该
表示形式可以在任何
机器上生成,并且可以打包到MSI
并进行部署。

Precompilation for deployment creates a file representation of the site made of assemblies and static files. This representation can be generated on any machine, and it can be packaged to MSI and deployed.

这篇关于ASP.NET应用程序部署问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆