Deploying ASP.NET vNext beta 2 on Azure with Kudu

对着背影说爱祢 提交于 2019-12-02 05:52:09
NPNelson

I just ran into this problem today and the following worked for me:

Set the following environment variables (app settings) in your Azure Web Site:

SCM_KRE_Version 1.0.0-beta2

SCM_KRE_CLR CoreCLR

Clarification SCM_KRE_CLR defaults to the "full" clr, only set SCM_KRE_CLR to CoreCLR if you want to run your website using the new CoreCLR, assuming your site targets ASPNETCORE50 (which has since been renamed to DNXCORE50 after beta3)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!