学习路线
遇到问题
在Win8下 IIS部署 遇到问题
Error: Unable to load application or execute command 'Microsoft.AspNet.Server.Kestrel'. Available commands: web, ef.
问题原因分析1:需要在服务器上安装 ASP.NET 4.5 来支持 ASP.NET5 运行
http://stackoverflow.com/questions/28917865/problems-publishing-asp-vnext-website-on-iis-8/29064739#29064739
安装ASP.NET4.5步骤
问题原因分析2:
当前系统用户没有Administrator用户权限 ,应用程序池用户身份 ApplicationPoolIdentity 无法访问C盘 的导致 无法执行HttpPlatformHandler
https://github.com/aspnet/Hosting/issues/464
解决办法: 修改 应用程序池Identity