Hi, we need two diferent servers in our application. One server that comunicates with database and another one that is responsible to generate the views.
How to get this separation in a MVC project ?
Thanks.
Any one?