In a MVC Solution with folders like Content Controllers Scripts Views I was wondering if it was possible to reuse Content and Scripts in another solution, by moving Content and Scripts to a new project, both solutions then could include?
Content:
I'm specially concerned that the files have to lie in Content by some sort of naming convension, or maybe I can just configure it so it's no problem.
JavaScripts:
Regarding the scripts I think I can solve it this way, by following this SO answer. How do you share scripts among multiple projects in one solution