Using scripts in a master page with ASP.NET MVC
I’m fairly new to ASP.NET MVC, and I’m having a little trouble with scripts… in particular, I want to use jQuery in most pages, so it makes sense to put it in the master page. However, if I do (from my ~/Views/Shared/Site.Master):