I am trying to get bundling to work in ASP.NET MVC 4. I am getting a 404 error from the link generated for the bundled CSS. I have done the following:
Ins
I hade same problem (in ASP.Net webform), i resolved my issue with Ignore "bundles/" route in Global.asax :
routeCollection.Ignore("bundles/{*catch}");