tags:

views:

73

answers:

2
+1  Q: 

asp.net mvc cms

Hi. I am little bit confused by the concept of cms in asp.net mvc application. The question is the following: How can I add controllers and some processing in the view page in the cms?

For instance in cms I create a page called "Account Details". For this logically I need a controller that would receive and process the request. The processing includes validation, db retrieval, etc. In the view part, I need a set of text boxes, etc. As I know, in cms I cannot create something like this. How to proceed in this way?

+2  A: 

Best to look at some existing MVC CMS projects and see how they do it. Here is a thread on SO that covers some of the open source MVC CMS's.

http://stackoverflow.com/questions/656455/building-a-cms-in-asp-net-mvc

Wil
I could not find the answer. Therefore I am asking.
Markus
What I meant was to download one of those CMS's, then look at their code and see how they implement it. There won't be an answer to your specific question in that thread, just a list of free MVC bases CMS's which you can download and look at their code.
Wil