ASPNETCoreModule not installed with .NET Core SDK

前端 未结 4 1783
小蘑菇
小蘑菇 2021-02-19 01:31

I installed VS 2017 along with .NET Core SDK on Windows 10. But it did not install ASPNETCoreModule as shown in figure 2 below. I thought

4条回答
  •  难免孤独
    2021-02-19 02:07

    In order to run .net core apps on IIS you need to have installed the ASP.NET Core Module ( the way it works is explained here ) that comes:
    1 - with the SDK 2.1,
    2 - With the Hosting Bundle Installer that bundles the .Net Core and the ASP.NET Core Runtime into a single bundler.

    you can have both from the download page

    If you are a developer computer you already have the Module with the SDK, I think is better to have on Sever computer only the hosting bundle

提交回复
热议问题