I know this had been asked several times on this forum and I followed almost all of the solutions posted. But none of it gave me solved my problem.
I am trying to deploy a webapi that I built to an IIS server version 7.5 Running the application works on my local machine but not on the server.
I am having this message when browsing the webapi:
HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure
These the dotnet isntalled on my server: dotnetinfo
This my project configuration: projectconfig
And this is how I publish: publish
I have tried: publishing both framework-dependent and portable - produces HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure publishing both framework-dependent and x64 (Our server is a 64bit) - produces a Error 404 - Not found when browsing publishing self-contained and x64 - produces a Error 404 - Not found when browsing
I hope someone can point out what I am missing here to make my webapi work.
Thank you in Advance!