Try changing “new ScriptBundle” to “new Bundle” in your “RegisterBundles” within BundleConfig:
bundles.Add(new Bundle("~/bundles/bootstrap").Include("~/Scripts/bootstrap.js"));
Try changing “new ScriptBundle” to “new Bundle” in your “RegisterBundles” within BundleConfig:
bundles.Add(new Bundle("~/bundles/bootstrap").Include("~/Scripts/bootstrap.js"));