将网站部署到
Windows Server 2012
、Windows Server 2016
、Windows Server 2019
.Net core 3.1 + mysql 5.7
使用官方安装包安装:https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.34-win32.zip
第三方软件安装mysql:宝塔、phpStudy等
https://jingyan.baidu.com/article/90895e0ffb5c1764ec6b0bbb.html
32位系统安装以下3个(下载安装即可)
64位系统安装以下3个(下载安装即可)
检测安装是否成功
dotnet --list-sdks
dotnet --list-runtimes
D:\www\website\
,网站文件上传到此目录IIS服务器
,在网站
节点右键 添加网站
,输入网址名称 如dotnet
、目录输入 D:\www\website\
应用程序池
找到 dotnet
双击,将 .NET CLR版本
改成 无托管代码
,确认保存。以上操作参考:https://jingyan.baidu.com/article/915fc414aedf4a51384b2047.html (Windows Server配置 以下部分,上面部分跳过)