Monday, February 9, 2009

Temporary ASP.NET files cache causing errors

Files like CSS, master pages, CSS Adapters etc, get cached in the Temporary ASP.NET files. These files do not get updated regularly.

After a few site definition deployments, I realised that there was something going on because my master page files were not being picked up even though they have been deployed to the 12 Hive. Features were re-activated, CTRL+F5-ed the web site, still no fix.

So after clearing the temporary files located at:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

The web site picked up the new files I deployed.

No comments: