Publishing .net core website and Hosting Options
I have create an asp.net core project that i want to give access to the public on a custom domain but i am unsure the best way to do this?
At this stage it only has a few static webpages but i will need to have access to a database (most likely SQL Server) and a couple of email accounts.
- How do people recommend to move their website to their webhosting company? i have always just done this via ftp
Use visual studio to create a docker image in dockerhub and then somehow move this to the webhosting company?
2) Which hosting company do you recommend that will work with the option from step 1?
Azure app services seem like its more for personal use so i dont think i should use this for this project but plan on using this to learn for another personal project.
I appreciate the time and effort replying to my message. thank you!