随笔分类 -  .NET Core

.NET Core webapi 允许put请求方式配置文件
摘要:<?xml version="1.0" encoding="utf-8"?><configuration> <location path="." inheritInChildApplications="false"> <system.webServer> <modules> <remove name 阅读全文

posted @ 2018-11-01 09:57 剑舞江南 阅读(1822) 评论(0) 推荐(0) 编辑

.NET Core webapi 发布到IIS配置文件
摘要:1.下载安装文件 vc_redist.x64 AspNetCore.2.0.6.RuntimePackageStore_x64 DotNetCore.2.0.5-WindowsHosting dotnet-sdk-2.1.101-win-x64.exe 2.检查IIS是否包含AspNetCoreMo 阅读全文

posted @ 2018-04-13 18:19 剑舞江南 阅读(451) 评论(0) 推荐(0) 编辑