ASp.Net MVC 2 Performance
Posted
by HeavyWave
on Stack Overflow
See other posts from Stack Overflow
or by HeavyWave
Published on 2010-04-10T11:00:30Z
Indexed on
2010/04/10
11:03 UTC
Read the original article
Hit count: 353
asp.net-mvc
|asp.net-mvc-2
What is the latest data on ASP.Net MVC performance? How does it scale and perform under heavy load?
I have profiled my ASP.Net MVC 1 application and most of the time is wasted in System.Web.MVC assembly, so I thought it might be a concern.
© Stack Overflow or respective owner