HTTP Error 500.21 - Internal Server ErrorHandler “aspNetCore“ has a bad module “AspNetCoreModuleV2“
最近开发一个新项目,用的是dotnet6.0去做webapi,公司之前的的框架比较老,windows服务器上装的都是dotnetcore2.1的runtime,所以我需要装一个6.0的runtime,但是安装完毕后确实起不来确认版本和所支持的功能是没问题的最后发现需要安装这个HostingBundle(托管捆绑包)HostingBundle是指托管捆绑包,是用于部署和运行ASP.NETCore应用