It was very hard to put a more informative subject.
Here is my problem:
I host my site at godaddy. I work from my computer in visual studio 2013 and my local server and when I like the changes I upload them at godaddy.
When I visit the site (not from visual studio) but from another browser or computer , in order to see the changes I have to refresh the browser after I request the specific page.
I used to have my site to cloudfare and purge everything after every change I made, and it worked perfectly.... but  after I got out from cloudfare, I don't have a way to do this.
Is there any code snippet that I can put at web config file and make the changes available on the server and at the end user without having (the user) to refresh the page to see the changes?

Go to the complete details ...