环境是windows Server2012
问题的原因是缺少文件:api-ms-win-crt-runtimel1-1-0.dll,
dotnet 启动程序失败。
其次
2012 对应》Windows8-RT-KB2999226-x64.msu
下载地址:
更多参考:
https://stackoverflow.com/questions/38624453/asp-net-core-1-0-on-iis-error-502-5
关于api-ms-win-crt-runtimel1-1-0.dll缺失的解决方案:
http://blog.csdn.net/huqiao1206/article/details/50768481
下载最新版的Windows Server Hosting:
https://www.microsoft.com/net/download/core#/runtime
原文:http://www.cnblogs.com/tianma3798/p/7434660.html
我是直接copy过来的,仅作记录,因为出现这个问题,照着这位大佬的弄好了
还有,发布.net core到iis的时候,需要照着这位大佬,https://www.cnblogs.com/uptothesky/p/6038989.html
安装 上面的Windows Server Hosting,然后命令行执行
输入
net stop was /y
运行完后再运行
net start w3svc