Redirect 'content' requests to seperate assemblies..

Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.

Commented on
Is it possible to Map a route such that if a request comes in for a content item - i.e. Module1/Scripts/folder1/filename.js it is redirected to an embedded resource in an assembly?
Commented on link
No, there's no support for "content" files. I never liked the idea of using assembly resources for such files because it would be inefficient to do so. Views on the other hand are compiled once, so it's no big deal.