I have made changes to a css file in a mvc5 website that is deployed on IIS 7. I used the bundle configuration to setup the css files in the website so the css has been cached as /website/content/css?v=Bz3KZjU_pdOm2wAVr7z_ylCuQzQDs1O8N6pV4cvXc_Q1. Now the changes I have made on the css included in that bundle are not being shown in the browser. I have tried the following with no effect.
- reset IIS
- delete temporary internet files
- touch the web.config file
- recycle app pool
- refreshing the browser using f5
I do not know what else to try..