Caching linked pages in ASP.NET
Posted
by n0e
on Stack Overflow
See other posts from Stack Overflow
or by n0e
Published on 2009-08-03T09:21:09Z
Indexed on
2010/04/18
15:03 UTC
Read the original article
Hit count: 310
I'm thinking of a way of creating a local backup for the pages I will be linking to from my site. This would be text-only, similar to Google's 'Copy' feature on the search pages. The idea is to be sure that the pages I would reference to, or cite from, do not dissapear from the Web in the near future. I know I could just keep local copies, but I will have A LOT of citations.
What would be the best way of achieving this in ASP.NET? Some custom caching in database?
© Stack Overflow or respective owner