MonsterASPNET Hello @Customer7947 , I have checked now content of your website and problem is that you have uploaded application in source code state directly into /wwwroot directory. So this is wrong. You need upload application in compiled and published state. So in Visual Studio first publish your application to local directory and then upload content of that directory to /wwwroot folder or use WebDeploy for publishing which does this automatically: https://help.monsterasp.net/books/deploy/page/how-to-deploy-net-core-web-application-using-visual-studio