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