ASP.NET MVC Bundle Minification
ASP.NET MVC Bundle Minification
If you try to add Bundle from Web.Optimization library to your existing project and your Web.config file
so runAllManagedModulesForAllRequests="false".
You start to get 404- Not found response to your bundle requests.
Just enable BundleModule and all will be OK ! ;)