aspnet核心设置 [英] aspnet core setup

查看:120
本文介绍了aspnet核心设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在与.net框架Web应用程序相同的服务器上安装.net内核是否是标准做法?

Is it standard practice to install .net core on the same servers as .net framework web applications?

推荐答案

Hi cbs455,

Hi cbs455,

欢迎来到MSDN论坛。

Welcome to the MSDN forum.

你的意思是你想要部署.Net C将Web应用程序导入到托管标准.Net框架站点的Web服务器?

Do you mean you would like to deploy a .Net Core web application to a web server that is hosting standard .Net framework site?


事实上,您可以将标准框架网站并排运行。

In fact, you can run your net core side by side the standard framework site.




  • .NET Framework安装是机器全局的。例如如果将计算机从.NET Framework 4.5.2更新到.NET Framework 4.6,则 all   ; .NET
    机器上的框架应用程序现在运行在4.6。
  • .NET Core安装
    完全独立于.NET Framework版本。实际上,您实际上可以在同一台机器上并行安装多个版本的.NET Core (与.NET Framework不同)。每个应用程序都可以确定要使用的.NET Core版本。
  • .NET Framework installations are machine-global. e.g. if you update a machine from .NET Framework 4.5.2 to .NET Framework 4.6, all .NET Framework apps on the machine now run on 4.6.
  • .NET Core installations are completely independent from the version of .NET Framework. In fact, you can actually install multiple version of .NET Core side-by-side on the same machine (unlike .NET Framework). Each app can determine which version of .NET Core to use.


希望我的回答会对你有所帮助。


最佳 R egards


可能


这篇关于aspnet核心设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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