Why updates do not appears?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
9/2/2009 3:15:12 AM
Gravatar
Total Posts 18

Why updates do not appears?

I am editing my web site skin css files, the problem is that when I save css updates they do not reflect imidiatlly to the site, I need to refresh web site from IIS to show updates. It seems that mojoPortal css are cached. Any workaround here? 

9/2/2009 4:14:43 AM
Gravatar
Total Posts 550

Re: Why updates do not appears?

Hi,

Set the following setting options up to false in your web.config/user.config, clear your browser cache and refresh your site.

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

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

Hope Helps,

Asad

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