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" />
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" />
<modules runAllManagedModulesForAllRequests="true"> </modules> </system.webServer>or Download and install the extension to the IIS support.microsoft.com