I was trying to refresh the file x.css, which is served via a style bundle in mvc. I must add that the bundle optimizations were disabled for development purposes. I tried updating my web.config, restarting IIS and rebuilding the application. But none of this seemed to work. I also tried disabling caching as suggested in this answer:
ASP.NET MVC how to disable automatic caching option?
But the file would stay unaltered. The server finally refreshed the stylesheet after I reran the application multiple times followed by multiple (and I mean many) broswer refreshs. Why did this happen? Is there a better solution to this problem that does not involve renaming the file?