I registered the package in BundleConfig as follows: bundles.Add(new ScriptBundle("~/bundles/jqueryupload").Include( "~/Scripts/jquery.upload-1.0.2.min.js"));
And I want to do it in the form as follows: @Scripts.Render("~/bundles/jqueryupload")
But my sript is not included in the page. Any thoughts? Thanks!
asp.net-mvc bundling-and-minification
Alex
source share