I developed an ASP.NET MVC 3 WebApp using JQuery & xRM. Now client wants another WebApp which will connect to another datasource but hosted on the same IIS. I think they will request few other similar apps, some connecting to multiple datasources at the same time.
As far as management of these apps is concerned, it would be great if I could share most of the implementation rather than starting from scratch everytime. Apart from data sources, it would be great if I could share common libraries & configurations. And off course admin view, something similar to "MVC Membership Starter Kit" project.
I looked into "Areas", & it could be the last easiest option. I also looked into IoC like Ninject which might help a little.
So has anyone come across any MVC 3 compatible framework which will allow to develop MVC app as a module?