I'm trying to host an asp.net core web application, but for some reason it wont work. My other core app's work, but not this one. I've set the application pool .net clr version to no managed code.
this is what I get in event viewer: "Application 'MACHINE/WEBROOT/APPHOST/FFU CORE' with physical root 'C:\Users\Administrator\Documents\WWWROOT\Customer\core_FFU\' failed to start process with commandline '"dotnet" .\WEB_CORE_MODERN_2017.dll', ErrorCode = '0x80004005 : 80008083."
any help will be higly appreciated!