views:

337

answers:

3

What are the disadvantages (if any) of using a virtual private server instead of a dedicated server to host my web application?

I launching my first web application in a couple of months and I'm trying to wonder what's the best way to host it at an affordable price. It's built in ASP.Net and uses SQL Server Express.

My point is, since it's a subscription based web application, which I don't expect a huge amount of traffic in the first months, will a VPS handle the trafic?

I've been looking around and I can find a VPS with 2Gb of ram for U$ 50, and that's way bellow renting a private server that I'm sure will be underused in the firsts months.

+2  A: 

One of the main disadvantages of VPS is you still have shared resources despite them touting, "dedicated processor". While that may be true, you're still sharing a server with other VPS clients.

Nothing wrong with starting out there, especially if the service has a direct upgrade path to dedicated, should your web app warrant it. Let's hope it does! I'd love to have those problems.

GregD
+1  A: 

My gut feeling is that a VPS will work well for you. But I think your chances to get good guidance in matters like these increase if you ask the question over at WebHostingTalk.

PEZ
+1 on WHT. They have some very good folks over there and most of the questions that you could possibly have, have already been asked and answered. It's also a great place to research hosting companies.
GregD
A: 

Why not try it yourself? Download Virtual PC (free download), build a virtual machine that's speced like the VPS you're aiming for, install your app and do some load tests!

This will give you the most accurate results, since it's exactly what the VPS vendor is doing.

Bartek Tatkowski