views:

488

answers:

2

Hi, I'm going to build a web app. I need some CMS that can be integrated with ASP.NET MVC.

The possible solution list is: 1) Oxite 2) MVC CMS 3) AtomSite 4) N2.

Sorry for obvious question, but can the DotNetNuke be used with ASP.NET MVC? TIA

+4  A: 

No, DotNetNuke is built on ASP.Net WebForms and relies heavily on ViewState. So, at the moment, it doesn't run on ASP.Net MVC.

anurse
A: 

Should you use ASP NET MVC in your application, i would recommend you to have some looks to Kooboo CMS ( kooboo.codeplex.com). This CMS is an ASP NET MVC CMS application and can be used to create asp net MVC web application as well.

saintc0d3r