I try to disable the html url browser cache using programmatically. I am developing as a site using asp.net, I need to disable the html url browser for the security reason. I tried many ways to disable the cache but none seems to work. Any ideas?
<iframe id="iframe" src="http://www.phy.mtu.edu/basiccomputing/sample.html" runat ="server" width="200" height="300"></iframe>