码迷,mamicode.com
首页 > Windows程序 > 详细

windows10 部署 netcore 应用程序

时间:2020-08-03 12:16:56      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:tco   image   netcore   org   安装   object   ring   new   ORC   

1.运行powershell,在运行窗口中输入:powershell。如下图:

技术图片

2.安装choco,在打开的powershell窗口中输入:Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1‘))

技术图片

3.安装donetcore windowshosting,在打开的powershell窗口中输入:

技术图片

4.验证是否安装成功,如下图:

技术图片

5.添加网站,如下图:

技术图片

windows10 部署 netcore 应用程序

标签:tco   image   netcore   org   安装   object   ring   new   ORC   

原文地址:https://www.cnblogs.com/yuanfg/p/13403971.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!