To start, I'd just like to say that I am still very new to creating websites, and have next to no experience with the publishing/hosting process. Forgive me if this is an easy fix, but after some unsuccessful researching, I am pretty stuck.
I've created a personal website using Blazor server-side .NET core 3.1 that I would like to publish. I've purchased the domain name and purchased a hosting plan for a windows server, that to my understanding, supports .NET core 3.1 applications.
The website works perfectly when I launch it via IIS Express in Visual Studio 2019 Community. However, when I upload my site through FTP, though the publish says it's successful without error on Visual Studio and it appears that all my files are present and accounted for on the FTP file manager, when I navigate to my site, it gives me the following error: HTTP Error 500.0 - ANCM In-Process Handler Load Failure.
How do I go about handling this?