windows10 部署 netcore 应用程序

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

windows10 部署 netcore 应用程序

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

windows10 部署 netcore 应用程序

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

windows10 部署 netcore 应用程序

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

windows10 部署 netcore 应用程序

5.添加网站,如下图:

windows10 部署 netcore 应用程序

windows10 部署 netcore 应用程序

上一篇:Python必知词汇:面向对象程序设计


下一篇:使用idea在windows上连接远程hadoop开发_配置环境