Sunday 19 April 2015

ASP.net Unable to read resource bundle


Scripts.Render("~/bundles/modernizr")

Just add the Following in the module section the web.config file


 <remove name="BundleModule" />
 <add name="BundleModule" type="System.Web.Optimization.BundleModule" />

No comments:

Post a Comment