NopCommerce 4.50.3 error 0x8007000d AspNetCoreModuleV2 version

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 Jahr weitere
Hello
I can't access to my website due to error 0x8007000d  
After lot of search, it seems because of AspNetCoreModuleV2 is not well recognized
As I have nopCommerce 4.50.3, I do install .NET 6 runtime as mentioned in pre-requisite but id doesn't help

I see lot of other topic on same error but it doesn't help (often, solution is to the good .Net core version)
1 Jahr weitere
Are you trying from the visual studio or from the server ? Do you install the Hosting bundle of 6.0.x?
or the SDK 6.0.101 for local development
you can also try all the possible suggestions from this thread https://peaku.co/questions/3424-error-50019-con-0x8007000d-al-ejecutar-la-aplicacion-aspnet-core-en-iis-a-pesar-de-que-aspnetcoremodule-esta-instalado
1 Jahr weitere
Your link helps me: I do add line
<section name="aspNetCore" overrideModeDefault="Allow" />
to file %windir%\system32\inetsrv\config\applicationHost.config and it solve the problem

To answer you; I am trying from server (and IIS) and install Hosting bundle of 6.0.7
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.