ASP.NET Core 2.1 Preview 2 App Not working on Azure App Service

后端 未结 7 1192
温柔的废话
温柔的废话 2021-02-13 14:32

I\'ve been running my ASP.NET Core 2.1 Preview-1 app on Azure since this release became available. I had installed the ASP.NET Core runtime extensions through the portal and it\

7条回答
  •  醉酒成梦
    2021-02-13 15:33

    I had the same problem. Finally after 2 hours I fixed it.

    Here is my configuration:

    Extensions:

    Console dotnet --info command:

    Console kudu dotnet --version command:

    a) Remember to restart your app after install extension.

    b) Clear your wwwroot folder from old files and publish again.

提交回复
热议问题