problem disabling CSS caching

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.
8/18/2011 8:29:47 AM
Gravatar
Total Posts 38

problem disabling CSS caching

Hi

I have reviewed documentation and edited user.config with the keys suggested but server still caching css.

After making css changes I cannot get the new css file until I kill the asp.net worker process.

So I guess this is an IIS issue.  Any advice?

 

_______________________________________

mojoPortal on XP :

mojoPortal Version 2.3.6.7 MSSQL
Operating System Microsoft Windows NT 5.1.2600 Service Pack 3
ASP.NET Info v4.0.30319 Running in Full Trust
Server Time Zone GMT Daylight Time
Server Local Time (GMT 1) 16/08/2011 16:13:33
Greenwich Mean Time (GMT/UTC) 16/08/2011 15:13:33

8/18/2011 10:31:05 AM
Gravatar
Total Posts 18439

Re: problem disabling CSS caching

the runtime does not detect changes in user.config like it does for Web.config so after you edit user.config you need to touch Web.config to make it reload settings

Hope that helps,

Joe

8/18/2011 12:39:40 PM
Gravatar
Total Posts 38

Re: problem disabling CSS caching

Thank you for your reply.

I've touched up web.config. I've rebooted the entire server several times, so we definitely have had the opportunity to detect changes.  But the only way I can get updated css to the client is by restarting the asp.net worker process.  So it's looking like it's an IIS caching issue rather than a mojoPortal issue.  I suppose I can put a batch file on my desktop to kill the worker process by name.  For now.  It would be better if I could get it working properly.

 

8/18/2011 12:49:35 PM
Gravatar
Total Posts 38

Re: problem disabling CSS caching

taskkill /im aspnet_wp.exe /F
 

Not pretty but it works.

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