What is the correct way to reference Javascript in ASP.NET MVC? Using something like ../../Scripts/Myscript.js seems to work fine for routes that are the traditional {contro
I myself use mvccontrib htmlhelpers for this at the moment.
This can be useful too.