It seems like your module is missing the AspNetCoreModuleV2.
I recommend trying to reinstall or repair the ASP.NET Core Runtime.
The issue might be related to the installation order—sometimes the ASP.NET Core Runtime doesn’t correctly detect the IIS installation, leading to the absence of this module.
I’ve encountered this issue frequently in my own deployment scripts, so I usually force a repair of the ASP.NET Core Runtime after the initial installation to resolve it.