Stylesheet not updating

后端 未结 14 1392
一个人的身影
一个人的身影 2020-11-28 04:10

I am creating a website, but when I made changes to the stylesheet on my site, and I refreshed the site, none of the changes were there.

I tried to use the view sour

14条回答
  •  眼角桃花
    2020-11-28 04:40

    In my case, since I could not append a cache busting timestamp to the css url it turned out that I had to manually refresh the application pool in IIS 7.5.7600.

    Every other avenue was pursued, right down to disabling the caching entirely for the site and also for the local browser (like ENTIRELY disabled for both), still didn't do the trick. Also "restarting" the website did nothing.

    Same position as me? [Site Name] > "Application Pool" > "Recycle" is your last resort...

提交回复
热议问题