AspNetCore 2.2.0 - AspNetCoreModuleV2 Error


Answer :

You just need to install this package below. After that you can use the AspNetCoreModuleV2 :)

https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.2.2-windows-hosting-bundle-installer

When installing, please notice to install as administrator. As part of the installation the applicationHost.config file will be updated to include AspNetCoreModuleV2 and its dll. this is one of the reasons why it's important to run installation with admin privilege.


I have the same issue. it is something wrong with AspNetCoreModuleV2:

modules="AspNetCoreModuleV2"  

The site is working when I change the modules to AspNetCoreModule in the web.config:

modules="AspNetCoreModule"  

Comments

Popular posts from this blog

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Change The Font Size Of Visual Studio Solution Explorer