I want to prevent my asp.net / c# 2008 web pages from being cached on the client side or the server side.
How can I go about doing that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the client side you want to use the No-Cache
http://www.i18nguy.com/markup/metatags.html
Here is a link describing how to configure the response object for no caching on the server side:
http://www.extremeexperts.com/Net/FAQ/DisablingBackButton.aspx