Saturday, December 16, 2017

Css file does not get uploaded to browser

Dec. 16, 2017


Introduction


It is the administrator's work to make sure that the web browser will display latest Css file, I came cross the issue recently and I did some quick fix, add a version number after .css file.

I like to write a blog and carefully review the issue. Document the progress first, and see what I should do to keep working on the issue.

Follow up


Dec. 15, 2017

Set 1 minute expiration on the webpage
https://blogs.msdn.microsoft.com/rakkimk/2007/07/09/iis7-how-to-enable-content-expiration/

https://stackoverflow.com/questions/35969498/iis-8-0-add-both-expires-header-and-cache-control

How to get latest .css file?

https://stackoverflow.com/questions/15562384/how-to-force-chrome-browser-to-reload-css-file-while-debugging-in-visual-studio

Follow up


Dec. 18, 2017

Download Fiddle web debugger, and then try to figure out why the latest .css file is uploaded automatically.

Actually the .css file is not invoked by Fiddle log history at all.

No comments:

Post a Comment