In my mvc 3 application, assuming I have a folder structure like \\Views\\Account\\js\\custom.js How do I add that file to my view in the Account\\index.c
\\Views\\Account\\js\\custom.js
Account\\index.c
The best way is to use T4MVC - http://mvccontrib.codeplex.com/wikipage?title=T4MVC No need to use magic strings...