While working on a personal project, using the excellent jQuery upload widget from http://www.uploadify.com/, I wanted a way to include some scripts only in a specific page, not on the entire site. After some searches, I found the solution: using @sections In your default template (located, by default, in Views/Shared/_Layout.cshtml), declare a section that’s not [...]
