Hi Kevin,
You may well be right, but unfortunately the design of the app is not going
to be my decision! The company is porting an existing web app / CMS from
Classic Asp into asp.net, and the Classic Asp version cached html/javascript
strings into a db. They've told me to go and find out how to replicate this
in asp.net.
If I *also* come back with some brand new ideas about new caching methods
that might serve better, then great, but my boss won't be too amused if I
tell him I simply have no idea how to replicate this existing caching
technique that always worked well for them. In fact the starting point of
my research was (of course) the built-in caching objects in .net. My boss's
response to articles on asp.net Caching (like
http://aspnet.4guysfromrolla.com/articles/022802-1.aspx) was to say "we have
over 30,000 articles to display on our site, you can't keep all that in
server memory".
Perhaps I/he misunderstand how asp.net caching works, and it *doesn't* work
by storing all cached data (in this case, 30,000+ articles) in memory. If
so, great - maybe someone can explain to me how it does work.
But anyway, the task I've been given is find out how to cache
html/javascript strings into a db using asp.net. Is it really the case that
I'd have to build my own HttpHandler to do this?! Hope not....
Thanks for the help so far,
JON