码迷,mamicode.com
首页 > Windows程序 > 详细

.NET Core webapi 发布到IIS配置文件

时间:2018-04-13 19:01:23      阅读:1083      评论:0      收藏:0      [点我收藏+]

标签:erb   hand   x64   system   resource   config   ecif   etc   网站   

 

1.下载安装文件

DotNetCore.1.0.0-WindowsHosting.exe

dotnet-sdk-2.1.101-win-x64.exe

2.检查IIS是否包含AspNetCoreModule处理映射程序

 

3.发布网站

4.网站web.config配置如下节点

<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
</system.webServer>

.NET Core webapi 发布到IIS配置文件

标签:erb   hand   x64   system   resource   config   ecif   etc   网站   

原文地址:https://www.cnblogs.com/morpheusliu/p/8822588.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!