I know nothing about being a server admin. I wrote up a site using C# and have it working with an ASP project. I tried out a free host site, it worked. There were restrictions such as read only files so obviously I cant use a free host. I also want to run ffmpeg to convert audio of any format to mp3 or flv. I had an issue with URL rewriting that didn't run my ASP code when i fed it mydomain.com/user/item/title.

So keeping in mind I need to - support URL rewriting on files that doesn't end with .asp(x) - run ONE instance of ffmpeg (this is roughly 5mb IIRC but I'll check) - run imagemagik - Write to the HD a bonus is to run php

From what I know I am required to get a VPS because I want to run a binary (ffmpeg and imagemagik should be common, in fact imagemagik uses ffmpeg and imagemagik is used very often). Do I really need a vps (<=128mb please)? How much should I expect to pay for a server for my needs?

Do any of you recommend anyone?

link|improve this question

50% accept rate
feedback

2 Answers

Windows VPS's are typically more expensive due to the licensing and higher hardware requirements. Windows has a higher base operating system overhead (in terms of memory) than Linux -- you can get away nicely with a 320mb of ram VPS for Linux, not so much for Windows.

The cheapest Windows VPS I have seen is in the $40/m range, though 1and1.com seems to haev a $29/m VPS that might do the trick for you. (That is not a recommendation for 1and1, just a datapoint). Webhostingtalk.com is a good place to find reviews of VPS hosts.

link|improve this answer
feedback

You may want to check http://www.hostmonk.com/ as well

link|improve this answer
What does managed and unmanaged mean? which do i want? – acidzombie24 Aug 21 '09 at 13:21
1  
Managed means they deal with patching and keeping the machine running, unmanaged means you do. – Bill Weiss Aug 21 '09 at 14:54
Thanks :) – acidzombie24 Aug 23 '09 at 2:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.