ASP.NET MVC 2 hosting pricing »
Clean Separation
Due to the clear separation of roles, you can unit test applications without having to run the Controllers within an ASP.NET process, making unit testing faster.
Supports Existing ASP.NET Page Features
You can use existing ASP.NET page features, such as data-binding, declarative server controls, in-line expressions, localization, nested master pages, templates, etc.
Supports Existing ASP.NET Features
ASP.NET MVC allows you to use features such as membership and roles, output and data caching, and session and profile state management.
Extensible
The MVC framework can be customized easily.
URL Mapping
MVC enables you to build applications with clean URLs to support search engine optimization.
Note: You can upload the MVC assembly to the /bin folder.