CSS does not load when updated in an ASP.NET MVC 2 website
- by dannie.f
I have a weird problem. Whenever the website designer updates the css file for the website I am working on. I overwrite the old css file with the new version and copy any new images. The problem is that whenever I do this the images in the website header no longer loads along with some other styles that depend on css loading some images.
I have…