I have an application running on ASP.NET Core MVC. I am trying to deploy the application on Godaddy Windows based shared server, however it seems that ASP.NET Core applications cannot run straight away.
So I tried to upload a sample ASP.NET MVC project to Godaddy and it worked fine. I was wondering if I can migrate from ASP.NET Core MVC to ASP.NET MVC structure to deploy and run my existing application. Or if there is any workaround that can be done to run the core application itself.
Any help would be much appreciated.