Hosting

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cornesmit
User
Posts: 29

Hosting

Post 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.


motfs
User
Posts: 258

Post 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


cheemingyong
User
Posts: 37

Post 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.


Post Reply