TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Windows Hosting for Multiple Side Projects

3 pointsby Jackypotover 6 years ago
I have a few side projects which I am tinkering with and am ready to launch MVPs for. Everything is written in dotnet core MVC. Ideally I would like to have my own server and run each site behind IIS as a reverse proxy (do this at work, familiar with it). I also like being able to spin-up&#x2F;decommission sites quickly and easily, and a dedicated VM would allow me to do that. I also want to run SqlExpress locally on the same box for the sites to talk to, which you don&#x27;t get with e.g. Azure App Service, nor do I want to have to administer each one separately.<p>Running a non-minuscule Windows VM in Azure seems to cost around $90 per month which seems pricey to me, when that over the course of a year would pay for a server with similar spec twice over. But, I don&#x27;t want to touch a physical machine here.<p>Is hosting multiple sites on a dedicated VM the wrong approach here? Anyone else running multiple sites on windows have a better hosting solution?

2 comments

karmakazeover 6 years ago
Is there any particular reason why dotnet core and perhaps SQLite (or PostgreSQL) couldn&#x27;t be used in place of SqlExpress and run the app on Linux?
评论 #18806168 未加载
fxfanover 6 years ago
Hetzner?