[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

Caching with Themes in ASP.NET 2.0

BrianDrought

2/1/2006 6:43:00 PM

OK.. simple question...

I have an application which I need to be *fast*, so the caching feature in
ASP.NET 2.0 is perfect for me. I'm caching the whole page by using
VaryByControl on some drop down boxes.

I now want to implement themes so each user can have their own company look
or feel. The only problem is... caching seems to be done after the theme is
applied. i.e. once it's been generated, the next request (from a different
user) gets a different theme......

Any ideas what I can do about this?

Many thanks.