When deploying a REST API based on ASP.NET Core 3.1 in Windows Server 2012 R2 it throws the following error:
I installed
- .net core SDK
- .net core runtime
- .net core windows server hosting
- c ++ redistributable
- KB2999226
The appPool is configured as follows:
- .Net version: no managed code
- Channeling mode: integrated
- Enable 32-bit app: true (if it was false when executing the App, the appPool would stop)
The folder where the site points to has all the permissions.