MVC 3 Won't Serve Content files from Areas subfolder
问题 I have an MVC3 application with a couple of areas and a portable area as well (using MVCContrib) Normally, I keep all my content files under ~/Content and my scripts under ~/Scripts. However, I am building a fairly complex webclient to another service on my site and I want to organize those javascript and image files (LOTS of image files and resources) under the Area's folder structure, which looks something like this, under ~/Areas/WebClient Content css fonts images js Controllers Models