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
Found this question via google results, but the problem in my case was Windows 2008 needed this in web.config to work when compilation debug=false.
web.config
It worked fine on Win7 dev machine without this.