Bundling scripts are not getting rendered

前端 未结 4 1126
梦谈多话
梦谈多话 2020-12-04 02:08

I am having a problem with script bundling and minification with ASP .NET I have tried all popular solution found on internet but still having the same problem.

My <

4条回答
  •  遥遥无期
    2020-12-04 02:33

    The bundle module logic that decides whether or not to handle a request, will not takeover requests to existing files or directories. So that's why your bundle requests don't work when they live at the same virtual path as an existing directory (or file).

提交回复
热议问题