Reputation: 1287
I have a server with dozens of web sites running on it, and I'm experiencing bad caching behavior on a few of them. I would like to delete the .COMPILED files that ASP.Net caches for them, but I am unable to determine the specific cache folder for a specific site. Underneath the Temporary ASP.Net files folder location are series of folders with arbitrary names (looks like parts of a GUID).
Is there a way to figure out which folder ASP.Net is using to cache files for a specific site?
Upvotes: 1
Views: 405