I'm currently changing some parts of the forum (trying to make the Post topic box larger) and I'm unable to get the pages to change online...
I upload the pages with SmartFtp and the pages are changed when i view them on the server with Remote Desktop but for some reason the code comes up unchanged when viewed in the browser...
Solutions i have tried that have failed...
1)CTRL + F5 for a hard refresh.
2)Running NT?
Go to the properties of the virtual dir/site and click on create (Not sure which page it is on) and then click on Configuration (Right underneath it). The Caching box should be ticked.
Take the tick out whilst developing.
It causes problems with re-directs and a few other bits but it's solved once you put it back on.
Once it's on click on Unload to unload it from memory which will stop the caching problem.
3)changine Response.CacheControl = "No-Store"
to
Response.CacheControl = "no-cache"