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.

Where to host .NET applications?

61 pointsby richardsalmost 12 years ago

10 comments

jasonkesteralmost 12 years ago
Missed the real answer: In your cage at the local colo.<p>The sweet spot for the Microsoft stack is one beefy server. While you can rent that from a cloud provider, you&#x27;re just plain always going to get a better deal by building your own box and dropping it in a datacenter.<p>It&#x27;s not anywhere near as daunting as it seems to do so, and it will run you about $400&#x2F;month all in, amortized out over a 3 year box lifetime even including licenses.<p>That&#x27;ll get you the firepower of a medium sized cluster of Linux gear running your open source stack of choice, without having to deal with a dozen virtual machines spinning up and down to deal with load. It&#x27;ll just handle as much traffic as you can throw at it, up to the point where you&#x27;re big enough to simply pull a half dozen of your hundred devs off what they&#x27;re doing to help scale you up.<p>That&#x27;s probably the reason you don&#x27;t see many .net paas companies around. For the most part, they&#x27;re not the right tool for the job.
评论 #6240706 未加载
评论 #6241040 未加载
评论 #6241355 未加载
sitharusalmost 12 years ago
Interesting list. Though I didn&#x27;t see much consideration to Mono on Linux, which is my personal deployment strategy.<p>It would have been nice if it was compiled in to a larger comparison table so I could see it all on my widescreen display, but an interesting read nonetheless.
评论 #6240580 未加载
dymlalmost 12 years ago
Happy to see some .NET posts on here! Also, comments that doesn&#x27;t include bashing over the evil M$ and how they will rip your startup apart.<p>Very nice list, i was not aware of many of these solutions. I have used Azure for my private sites before, and it is a really nice solution.<p>Scott Hanselman wrote an interesting article, comparing Azure Web Sites to your $5&#x2F;Month Host. Read it here: <a href="http://www.hanselman.com/blog/PennyPinchingInTheCloudWhenDoAzureWebsitesMakeSense.aspx" rel="nofollow">http:&#x2F;&#x2F;www.hanselman.com&#x2F;blog&#x2F;PennyPinchingInTheCloudWhenDoA...</a>
skilesarealmost 12 years ago
I&#x27;ve been using appharbor for a long time and I&#x27;ve been very happy. The recent additions of spdy and web sockets is really great....they&#x27;ve been very active in integrating with other providers. It is pretty shocking how easy it is to spin up a $10&#x2F;month 10GB sql server instance. And in general, it &#x27;just works&#x27;.
sirkneelandalmost 12 years ago
Interesting, thanks for sharing. I would have just thought &quot;Azure and done&quot; but it&#x27;s nice to see that there are other options in this ecosystem.
maslamalmost 12 years ago
We host Cloud Cellar on Windows Azure and have had positive experience doing so. PS: The BizSpark program is really good for .NET developers - use it!
评论 #6240970 未加载
评论 #6241457 未加载
评论 #6241637 未加载
评论 #6241232 未加载
RachelFalmost 12 years ago
The main problem with .NET is the higher price due to the Microsoft tax. That said, it has advantages over the free stacks.
评论 #6240537 未加载
评论 #6240515 未加载
评论 #6240739 未加载
nreecealmost 12 years ago
Here are some more suitable (reliable and inexpensive) options (based on first-hand experience and research&#x2F;testimonials):<p>VPS: AppliedI (<a href="http://www.appliedi.net" rel="nofollow">http:&#x2F;&#x2F;www.appliedi.net</a>) or UltimaSystems (<a href="http://www.ultimasystems.net" rel="nofollow">http:&#x2F;&#x2F;www.ultimasystems.net</a>)<p>Cloud: Azure or AWS (or even DigitalOcean or Linode if possible to run under Mono)<p>Dedicated: ReliableSite (<a href="http://www.reliablesite.net" rel="nofollow">http:&#x2F;&#x2F;www.reliablesite.net</a>) or OVH Canada (<a href="http://www.ovh.com/us/" rel="nofollow">http:&#x2F;&#x2F;www.ovh.com&#x2F;us&#x2F;</a>) or Hivelocity (<a href="https://hivelocity.net" rel="nofollow">https:&#x2F;&#x2F;hivelocity.net</a>)
评论 #6274936 未加载
thinkbohemianalmost 12 years ago
Curious if anyone has experience running .NET applications under mono on Heroku?
评论 #6246621 未加载
kaymanalmost 12 years ago
+1 for Azure or AWS