0
I changed the Bundle names of my application, but when I run it again, it tries to access the same path with the old Bundle names. For example, before the name of Bundle was ("Bundles/bootstrap/bootstrap.css"), then I modified it to ("Bundles/css/bootstrap.css"), but when I run the application it keeps looking for the files in the old path.
Note: I’ve cleared the browser cache, changed Enableoptimization in Global.asax to both true and false, and already reset the site settings in IIS.
I have no idea how to fix this.
But in your html file where you reference the same, you have already changed the name?
– Leonardo Villela
Yes Leonardo, I changed all the references, but it’s still messed up
– Junior S.