Rank: Newbie Groups: Member
Joined: 10/18/2010 Posts: 1
|
For some reason when I'm using your components a recompilation is triggered and this is a major problem to us since the site cache is emptied every 15th time (we don't want to set this value any higher, this is not a solution). Have you noticed this behavior before? Do you have any suggestions?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
ASP.NET triggers recompilation when a page or an "important file" has been changed. Our components are inside the page so it should not have anything to do with us. You may want to use a file monitor to see if you can find which file has been changed and then go from there.
Thanks!
|