> > > Have you tried deploying with “self-contained” set to true (dotnet > publish command - .NET Core CLI | Microsoft Docs > <https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish>). If > you’re using command line you just need to include the self-contained flag. > If you’re using VS, it’s one of the options when you go in and edit the > publishing options. >
In that mode you have to pick a bitness. I tried that yesterday and I got a platform mismatch error because I forgot the App Service is x64, but when I set the deploy to x64 I got a different 500.xx error. However .. this morning ... IT WORKS. Good grief. As usual I don't know why it didn't work and I don't know why it does work. I thought that Azure was fully prepared to host Core 5 apps. I've never needed to do a Self-Contained deploy before, ever. At least I'm off and running now. Thanks, *Greg K*