Caching linked pages in ASP.NET
- by n0e
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?