Compartilhar via


Scaling Strategies for ASP.NET Applications

Performance problems can creep into your ASP.NET app as it scales up, and when they do, you need to determine what the actual problem is and find the best strategies to address it.

In the April 2008 issue of MSDN Magazine, Richard Campbell and Kent Alstad present three strategies that you can employ to improve scaling: specialization, optimization, and distribution. How you apply them will vary, but the actual strategies are straightforward and consistent.

Check out our MSDN Magazine archives for more about ASP.NET and coding for performance.