部署.Net应用程序 [英] Deploying a .Net Application

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

问题描述

在部署.net Windows应用程序时,我确实有某些查询

I do have certain queries while deploying a .net windows application

  1. 我们是否需要在部署计算机中安装.Net框架?
  2. 如果不是,则我的应用程序安装程序(.exe)是否包含编译器或类库
    与设置集成
  3. 我也可以将.net应用程序部署到除
    以外的任何其他平台上Windows,它将支持setup(.exe)格式.

推荐答案

我们是否需要在部署中安装.Net框架机器?

whether we need .Net framework to be installed in the deploying machine?

是的.如果尚未安装,则安装向导或您的程序可以安装它,或者,也可以提示用户安装它.

Yes. If it is not installed, then the setup wizard or your program can install it, or, alternatively, you can prompt the user to install it.

如果不是,则我的应用程序安装程序(.exe)是否包含编译器或与安装程序集成的类库

If not so, whether my application setup(.exe) includes compiler or class libraries integrated with the setup

.NET框架是必需的,无论您是否在安装程序中包括类库.

The .NET framework is required, whether you include your class libraries with your setup.

我也可以在任何其他平台上部署.net应用程序除了Windows,它将支持setup(.exe)格式.

As, well as can i deploy my .net application in any other platform other than windows, will it support the setup(.exe) format.

您可以使用 Mono 进行最少的修改即可将应用程序部署到Linux和Mac.您还可以使用当前代码库将.NET应用程序部署到移动平台,尽管这需要进行更多修改.

You can deploy your application to Linux and Mac with minimal modification using Mono. You can also deploy your .NET application to mobile platforms with your current code base, though this will require more modifications.

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

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