Hi, I'm working on an application that's due to launch soon and could do with some advice on how to go about choosing servers of the appropriate configuration so everything performs well.
The app is .NET 3.5, using SQL express edition for the DB. We currently have one low spec server being used as a staging environment for testing, it's pentium 4 with 2GB of memory.
Though I don't anticipate this will be sufficient once live, I'd obviously like to move the database onto it's own box with a view to upgrading to the full version of SQL Server, load balance the website from 2 other servers, I'm also investigating using memcache to keep some of the frequently used bits of data in memory.
The site also uses output caching.
We're predicting about 25,000 page views a day initially. Would be great for some people here to share their setups for websites that they have launched, and how much traffic they have successfully managed to cater for.
Thanks and Kind regards