ASPNETCoreModule not installed with .NET Core SDK

前端 未结 4 1785
小蘑菇
小蘑菇 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:11

    ASP.NET Core Module is installed separately from the SDK

    It's not true since the release of 2.1. I'm experiencing the same issue on Windows Server 2016. The module was installed on developer PC after uninstalling old versions / installing 2.1 a few times, but still struggling with the same issue in 2016. %SystemRoot%\system32\inetsrv\aspnetcore.dll is still missing.

提交回复
热议问题