I'm developing an application in Asp.Net 2.2.
I made the application public via FTP.
When I access the service with my application I get the following error.
The hosting service tells me that something is missing for me to do, and that the fault is not from the server.
The application works perfectly on localhost.
I'm waiting
HTTP Error 500.0 - ANCM In-Process Handler Load Failure
Common causes of this issue:
The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found.
The in process request handler, Microsoft.AspNetCore.Server.IIS, was not referenced in the application.
ANCM could not find dotnet.
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=2028526