Delay in CSS update

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/4/2010 8:55:53 AM
Gravatar
Total Posts 2

Delay in CSS update

I don't know anyone experienced this or it's just me. Whenever I made some changes to CSS, sometimes it reflects on the production site right away, sometimes it takes hours. I have this same problem with both local server and host server. It gets pretty annoying when I can't see what I've changed right away. And advice in appreciated. Thanks.

2/4/2010 9:03:08 AM
Gravatar
Total Posts 2239

Re: Delay in CSS update

Hi,

You may want to take a look at the Skinning Overview. To solve this issue, you need to add the code below to your user.config. After adding it to your user.config, you need to open and then save your web.config to restart the application.

<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />

HTH,
Joe D.

2/5/2010 10:53:43 AM
Gravatar
Total Posts 2

Re: Delay in CSS update

Joe,

Thank you, that is much better.

You must sign in to post in the forums. This thread is closed to new posts.