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.
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).