Reputation: 1472
I have a Microsoft ASP.NET MVC web application with SQL Server 2008. Currently running on a single server, performance is reasonable. However I now need to deploy the same application to support much higher volumes - 10,000 basic orders per week.
I believe that I will need a separate database server and one or two web-servers.
If I host at somewhere like 1&1 or Rackspace I presume they will advise. However I would like some idea before I start any discussions.
One area I'm not sure about is the windows server versions I should be using, CPU/memory requirements, whether these hosting providers offer load-balancing and kinds of costs involved.
Any help appreciated :-)
Upvotes: 0
Views: 112
Reputation: 12538
Hm, a final answer does not seem to be possible here. What I'd do:
Regarding versions/CPU/memory: I really cannot answer this question. Performing your baseline test enables you to get an idea of what you need. Software versions really depend on what you do in detail and what your environment supports.
In general I cannot see a reason to not using W2K8R2 and SQL2008, but again, it depends mainly on your application architecture. Maybe you use certain components not available/supported any more on the newer MSFT software stack. If this is a Microsoft shop you could have a look at Microsoft Azure.
Upvotes: 1