Scaling an ASP.NET application
问题 This is a very broad question, but hopefully I can get useful tips. Currently I have an ASP.NET application that runs on a single server. I now need to scale out to accommodate increasing customer loads. So my plan is to: 1) Scale out the ASP.NET and web component onto five servers. 2) Move the database onto a farm. I don't believe I will have an issue with the database, as it's just a single IP address as far as the application is concerned. However, I am now concerns about the ASP.NET and