Is it possible to cache an asp page on the server side?
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-05-19T16:20:04Z
Indexed on
2010/05/19
16:20 UTC
Read the original article
Hit count: 138
Let's assume you have a big complex index page, that shows news articles and stuff. It's not going to change very often. Can you cache it somehow on the serverside, so requests don't force to server to dynamically generate the entire page every time someone visits it? Or does ASP.NET do this automatically?
If so, how does it know if something has changed?
© Stack Overflow or respective owner