在Windows Server 2008R2中部署 AspNetCore
时间:2019-03-20 12:46:06
收藏:0
阅读:428
1、部署时,先安装运行时 https://dotnet.microsoft.com/download
2、安装vc_redist.x64 https://www.microsoft.com/en-us/download/details.aspx?id=48145
3、应用程序池选择“无托管代码”
在发布时,选择独立发布。其它的基本没问题的,欢迎留言讨论!
原文:https://www.cnblogs.com/fjzhang/p/10564022.html
评论(0)