bundles not working in debug mode Asp.net MVC -


while in debug mode bundling not working, unlike release mode.

error:

"failed load resource: server responded status of 500 (internal server error)"

ideas?

code in registerbundles:

bundles.add(new scriptbundle("~/bundles/jquery").include(                     "~/scripts/jquery-{version}.js")); 

add in bundle.config file..

bundletable.enableoptimizations = false; 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -