I'm currently encountering a problem when I deploy my ASP.NET Core program on IIS, and I have no idea how to fix it. Could somebody tell me why?
I'm currently encountering a problem when I deploy my ASP.NET Core program on IIS, and I have no idea how to fix it. Could somebody tell me why?
Probably missing some server roles or features.
Checking the Application Event Log I found the error '0x8007023e'

Checking the System Event Log I found a WAS (Windows Process Activation Service) communication error:

Then I installed the following roles and features:

Also I reinstalled ASP.NET Core Module
Finally I had to reassign the app pool to the site, and everything worked