windows10 部署 netcore 应用程序
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.添加网站,如下图:
相关推荐
86417413 2020-11-25
星愿心愿 2020-11-24
bluecarrot 2020-11-23
82216135 2020-11-19
85276131 2020-11-18
82256036 2020-11-18
梁柏林 2020-11-16
80266038 2020-11-15
simonzhao0 2020-11-23
EdwardSiCong 2020-11-23
wfs 2020-10-29
bwyyziq 2020-11-22
CosEmon 2020-11-13
aydh 2020-11-12
NANGEBOKE 2020-11-23
yangkang 2020-11-12