We needed to have a handful of localized strings available to javascript. A simple but effective approach we're taking with asp.net mvc is adding a route such as this: routes.MapRoute("ScriptResources", "res/resources.js", new { controller = "System",
Read More...