So I have been running my new API in Azure successfully (Xamarin and WPF clients using it). My employer wants me to run the API on a local server which means I have to first get it to run in IIS on my local machine (which I haven't done since early stages of writing the API). But now I am getting the error: HTTP Error 500.31 - ANCM Failed to Find Native Dependencies. The error gives a lot of ideas to fix, none of which make any sense at all to me. I have installed the Net Core 3.1 web hosting bundle (several times just in case) and that doesn't help. I have tried researching the recommendations to try to understand them, but have not found any answers. My over two-year project for my employer is dead in the water at this point and I really need help.
↧