IIS 上部署 ASP.NET Core 应用程序
程序员文章站
2022-03-30 16:49:16
1.下载 .Net Core Runtime 和 Hosting Bundle 下载地址:https://dotnet.microsoft.com/download/dotnet-core 分别下载 Runtime for Windows x64(x86) 和 Hosting Bundle,并安装。 ......
1.下载 .net core runtime 和 hosting bundle
下载地址:
分别下载 runtime for windows x64(x86) 和 hosting bundle,并安装。
2. 在 iis 中查看 hosting bundle 是否安装成功
检查 iis “模块” 中是否有 “aspnetcoremodule”
3. 应用程序池设置
将 .net clr 版本设置为:无托管代码
将托管管道模式设置为:经典
4. 网站设置
将网站的应用程序池设置为 “ 无托管代码(.net clr 版本)” 的应用程序池
将网站的物理路径指向 asp.net 应用程序的根目录
5. 应用程序文件夹权限设置
将 asp.net core 应用程序文件夹权限设置为:users 完全控制
推荐阅读
-
详解ASP.NET Core部署项目到Ubuntu Server
-
详解ASP.NET Core部署项目到Ubuntu Server
-
docker部署Asp.net core应用的完整步骤
-
IIS 7.5 部署ASP.NET失败的解决方法
-
Asp.net Core MVC中怎么把二级域名绑定到特定的控制器上
-
在IIS上部署 .Net Core 3.0 项目踩坑实录
-
ASP.Net Core on Linux (CentOS7) 共享第三方依赖库部署
-
ASP.NET Core 3.0 : 二十八. 在Docker中的部署以及docker-compose的使用
-
ASP.NET Core部署前期准备 使用Hyper-V安装Ubuntu Server 16.10
-
Linux下自动化部署ASP.NET CORE 3.1(Docker+Jenkins+Nginx)