MVC 4 Customizing JavaScript in ASP.Net
Asked By
20 points
N/A
Posted on - 03/23/2013
Â
I'm new to mvc 4 and I'm wondering where I should put my Custom javascript in asp.net. By 'custom', I mean scripts that are only used in specific Views or PartialViews.
I use Areas too, so that adds up the complexity. I was thinking about placing my scripts in the Script folder at the root of the application and then in a Custom sub-folder.
How would I then reference the scripts in my Views ? Should I use custom Bundles ?
Â