Skin not applied after deployment of files on web server

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.
1/17/2011 4:24:01 AM
Gravatar
Total Posts 1

Skin not applied after deployment of files on web server

Hi,

 

Can anybody help me out, why the skin files not shown/applied after deployment of files on IIS server 7.0.?

Thanks in Advance

Jyoti

 

1/17/2011 5:35:46 AM
Gravatar
Total Posts 550

Re: Skin not applied after deployment of files on web server

Hi Jyoti,

The previous css may cached in server or your browser. Touch you web.config and save it again and clear your browser cache and visit your site again.If your are in a skin development for your site it is better to do following setting in your user/web.config until complete your skin.

<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.