Error to Publish Project on Windows Srv 2019 and IIS

Hi, I am new with ASP Maker and I am trying to publish the project on Windows Server 2019 and IIS (IIS Default Windows version).
I have installed

  1. Runtime 3.1
  2. Web Deploy Management

I have the folder with all files (including cshtml files) however when I try to run the project in the server explorer I get the next error:HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.Detailed Error Information:
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x8007000d
Config Error
Config File App\web.config
Requested URL localhost:80/App
Physical Path inetpub\wwwroot\App
Logon Method Not yet determined
Logon User Not yet determinedConfig Source:
-1:
0:

More Information:
This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
View more information »Any suggestions to fix it!

Please make sure that you have downloaded and installed .NET Core 3.1 Runtime & Hosting Bundle. Refer to the description in the download page:
https://aspnetmaker.dev/download.php

Hi zado77

Did you able to resolve this ?