what architecture to use with asp.net mvc vd web forms

Posted by kacalapy on Stack Overflow See other posts from Stack Overflow or by kacalapy
Published on 2010-05-06T01:44:05Z Indexed on 2010/05/06 1:48 UTC
Read the original article Hit count: 451

Filed under:
|
|

please explain how to get high capacity architectures with both the default asp.net web forms and mvc models with regard to being able to serve millions of page views.

i want to know how to set up each model from DB clustering, to caching, logical/ physical tiers, load balancing iis servers, scaling out or up, session state management and so on...

is one more scalable than the other?

thanks all.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about ASP.NET