ASP.NET MVC Bundle Minification

If you try to add Bundle from Web.Optimization library to your existing project and your Web.config file

example

so runAllManagedModulesForAllRequests="false".

You start to get 404- Not found response to your bundle requests.

example

Just enable BundleModule and all will be OK ! ;)