.net core webapi发布

Posted newrohlzy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.net core webapi发布相关的知识,希望对你有一定的参考价值。

地址:https://www.cnblogs.com/laozhang-is-phi/p/9565227.html#autoid-5-1-0 

地址2:https://www.cnblogs.com/freeliver54/p/6879696.html

iis问题:

地址:http://123.206.33.109:7090/.NetCore

遇到的问题:(An error occurred while starting the application.)

1.xml文件

解决:在xxx.csproj中添加以下代码段

<PropertyGroup>
  <GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

技术图片

2.日志问题

节点:替换web.config文件中以下节点

<aspNetCore processPath="dotnet" arguments=".\\appAPI.dll" stdoutLogEnabled="true" stdoutLogFile=".\\logs\\stdout" hostingModel="InProcess" />

新建logs文件夹

3.解耦问题

复制解耦的dll文件即可

 

以上是关于.net core webapi发布的主要内容,如果未能解决你的问题,请参考以下文章

在 IIS 上部署 .Net Core WebAPI 项目

dotnet core webapi调用.net webapi2

Asp.Net Core WebAPI CORS 不工作

仅在 IIS 中发布时,在 ASP.net Core 3.1 WebAPI 中启用 CORS 时出错

选择 webApi 模板时如何将 ASP.Net 身份添加到 Asp.Net Core?

.net core WebAPI 运行 cli 命令