Each hosting plan includes ASP.Net MVC Framework pre-installed and ready to use. Please see our Shared, Reseller, and Semi-Dedicated Clustered hosting solutions.
With IIS7 and Windows Server 2008 the integrated pipeline can be used to allow the ASP.Net MVC application configure all of the required settings for the Framework to work correctly. All IIS6 and Windows Server 2003 hosting plans will require wild card extensions to be enabled for the ASP.Net MVC Framework to work properly.
Benefits of using a MVC includes separation of concerns between the models, views and controllers within an application. Maintaining a clean separation of concerns makes the testing of applications much easier, since the contract between different application components are more clearly defined and articulated.