Bundled css link gets a 404 error

前端 未结 6 986
不知归路
不知归路 2020-12-09 16:24

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:

  1. Ins

6条回答
  •  伪装坚强ぢ
    2020-12-09 17:06

    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.

    
      
        
      
    
    

    It worked fine on Win7 dev machine without this.

提交回复
热议问题