My startup built on ASP.NET/SQL Server 2008 stack. What are my hosting options? Costs?


5

I'm in the final stages of development on my startup. The site is built in ASP.NET using SQL Server 2008. It is a consumer-focused website that I intend to concept-test next month and gather feedback with a small group of users (100-200), then do a full launch in January. I'm hosting on a cheap shared hosting plan now, but soon after launch I'm hoping to draw 100,000+ users per day to the site.

What's a good scaling strategy, i.e. from shared hosting to managed hosting or cloud, etc. As assuming the metrics above + say 100kb to 1mb per user per site visit, what would the best approach be, who would you recommend, and what would the costs be?

Launch Infrastructure Metrics

asked Nov 8 '09 at 07:42
Blank
Joe A
1,196 points
  • Thats for all the answers. I have no inclination or interest to spend all my time managing servers and databases, so cloud hosting seems to be the best choice at the moment. – Joe A 14 years ago

3 Answers


7

a) Run your first user tests from a VPS. Head over to serverfault.com and stackoverflow.com , and find the previously asked questions about best Windows VPS + SQLServer hosting providers.

b) Head over to BrowserMob or a similar scalability testing service, and run tests against your site to get a ballpark figure for how many users it can handle. Be sure to run a realistic test which pulls data from your database.

c) When the VPS gets too small, do you then go to a dedicated server first, or direct to cloud computing? This is debatable, there are fair arguments for both. I guess it will depend on your growth expectations, i.e. how long you see that dedicated server lasting, and how sensitive you are to server downtime of your single server.

If you choose to run on a single server / 1-3 servers, then head over to the webhostingtalk.com forums, and find recommendations for a good host. My preference would be for a host that offers:

  • a firewall or a network intrusion detection system in front if your server.
  • renting servers, not co-locating your own hardware (if you colocate you have to provide all hardware replacement yourself).
  • a good remote management solution (KVM-over-IP, self-service portal).
  • optionally, more expensive but depending on your own skill set possibly better, a fully managed service.

d) Ultimately I think most people will want to run their webapps on a cloud computing service provider.

Amazon is a poor choice for .NET right now, as they have not supported Windows 2008 for years, and there is no date on when they will support Win 2008 / 2008 R2. (I believe they are working on it, but their Windows track record so far is poor.)

Windows Azure looks awesome, and the more I have read about it, the more it appears that Microsoft is deadly serious on building a strong presence in cloud computing. Rackspace Cloud looks fine too, and could be a better choice right now since Azure is still in beta. Longer-term I think Azures roadmap looks more impressive.

soon after launch I'm hoping to draw 100,000+ users per day

100,000 unique visitors per day, so 600,000 - 2,000,000 page impressions per day? That sounds very high to me, but of course I don't know what your app is about. But if you're realistically going to get that kind of traffic soon after launch, then head for cloud computing hosting ASAP, maybe even during your beta test period.

Update: I forgot to mention Microsoft Bizspark, but luckily Bob Walsh wrote a good answer about it; see his answer. You want BizSpark if you co-locate your own hardware, or if you use a web host who is a member of the BizSpark programme. Windows Azure already has the license fees included in the compute cost; I don't think there is a discount on Azure for BizSpark startups.

answered Nov 8 '09 at 12:54
Blank
Jesper Mortensen
15,292 points
  • +1 for the link to WHT :) – Tim Post 14 years ago
  • Azure looks cool, but they are on a similar price model as AWS (pay for all bandwidth, compute-hours). And like you said AWS is not offering Win 2008, and it seems Rackspace Cloud is not supporting Windows either. There is a cloud host I am looking at called Softlayer that builds in bandwidth and compute-time for one monthly price. And participate in BizSpark too. – Joe A 14 years ago
  • @Joe Trivia: Rackspace cloud does support Windows; Win 2003 / IIS6 based if memory serves me. I can't say anything about Softlayer as I don't know them, but their name does come up regularly. Regarding Azure billing data traffic and CPU time separately, that is the natural billing model for cloud computing. Be careful not to skimp on your hosting infrastructure, you need reliability here. – Jesper Mortensen 14 years ago

4

Joe - Since you're building on Microsoft's stack, definitely check out Microsoft BizSpark - if you're a startup, less than 3 years old, < $1m revenue you get development/testing and production licenses for team foundation, Sequel Server, IIS., etc. free. Furthermore, certain Hosting companies - such as Rackspace - will cut you a deal. I'm not sure if RackSpace has to sponsor you, but if they don't, I can. (for my sins, I've ended up being the single most active BizSpark Partner - pushing 400 startups).

[Typed on my MacBook Pro],
Cheers,
Bob

answered Nov 8 '09 at 13:01
Blank
Bob Walsh
2,620 points

1

I colocate my servers... There are lots of hosts out there, but with colocation your costs start getting cheap right away. The problem is that you need to put in a good system of redundancy, mutual backups, etc... so you need to have some level of technical knowledge. I pay about $100/month for colocation of my boxes with 3TB monthly bandwidth (CIHost).

If I had to do it again from scratch today, I would look at colocation and Amazon's EC2 ( http://aws.amazon.com/ec2/ ). On paper, their offering seems very nice, very cost effective. You don't have to worry about hardware costs or failures, which is a big plus. It's easier to call someone when the thing goes down than to have to drop what you are doing and fix it yourself.

answered Nov 8 '09 at 10:32
Blank
Gabriel Magana
3,103 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Launch Infrastructure Metrics