Scaling strategies for Service Tiers on .NET
I'm working on a web product that is composed of many modular web applications. To the end user, it appears to be one single application, though various components are broken out into their own apps. Part of the reasoning for this is so that it can be easily scaled horizontally across multiple application servers. To facilitate easier ...