I was told to have this
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='cache-control' content='no-store'>
I am not sure whether this is required or not. I used .net 4, IIS 7.5 and mvc application. The site have some security area to view sensitive content. And I believe this is not necessary for .net project.
If I was wrong on this, please correct me.