I have frequently change a page in my web application per day or per week. while requsting that page via browser, i will get only old updates . so For get to render new updates in that page, i need to refresh that page several times.
Can you please suggest any logic to render my wepapge with latest changes while requesting that page in Programatical way? i have developed my wep app using ASP.NET MVC3.0 platform.
(or) if any changes , we need to make in IIS server[website host server].
Please suggest is this process possible to do in wep app?