Page 1 of 1

Hosting

Posted: Thu Aug 31, 2017 8:51 am
by cornesmit

Good day
I use to host some older versions on GODADDY
but with the latest versions i get errors running my apps

Server Error

500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.


Re: Godaddy

Posted: Thu Aug 31, 2017 10:31 am
by motfs

ASP.NET Maker uses ASP.NET Core, not older versions of ASP.NET. Make sure your hosting support ASP.NET Core.

Read this document (Section Troubleshooting tips), https://docs.microsoft.com/en-us/aspnet ... ishing/iis


Re: Hosting

Posted: Thu Aug 31, 2017 12:41 pm
by cheemingyong

motfs is right, you might want to consider ngrok to host it locally but broadcast
the application to the rest of the world so you have more control over the system.
Hosting companies these days are getting expensive where reliability is concerned.
Ngrok might be better. I use it for my own asp.net maker files.