【发布时间】:2019-09-18 03:25:18
【问题描述】:
部署到新创建的 Azure 应用服务后,我收到此错误:
HTTP Error 500.0 - ANCM In-Process Handler Load Failure
eventlog.xml 显示这两行:
<Data>Failed to start application '/LM/W3SVC/1773510456/ROOT', ErrorCode '0x800700c1'.</Data>
和
<Data>Could not find inprocess request handler. Captured output from invoking hostfxr: </Data>
我正在部署一个 64 位 Web Api(<RuntimeIdentifier>win-x64</RuntimeIdentifier> 在 csproj 中)。
【问题讨论】:
标签: .net-core 64-bit azure-web-app-service