【发布时间】:2017-11-06 13:36:11
【问题描述】:
完整的日志:
It was not possible to find any compatible framework version
The specified framework **Microsoft.NETCore.App**, version _1.1.2_ was not found.
- Check application dependencies and target a framework version installed
at:
\
- Alternatively, install the framework version '1.1.2'.
浏览器说:
HTTP Error 502.5 - Process Failure
我正在尝试在 Windows 2008 IIS 7 服务器上运行我的 APP。我创建了一个名为 NetCore 的新应用程序池并将其分配给我的站点。
我在服务器上安装了 .NET Core 2.0.2 SDK。 我还安装了 Windows Server Hosting。
我的 csproj 设置为 netcoreapp1.1
我已经阅读了 Github 上的所有相关帖子,但无济于事。
【问题讨论】:
标签: .net asp.net-core iis-7