We currently are running windows 2008 Server Standard Edition. We are running a .net site and on some of the pages we are using includes to include some .html files that are used with our javascript. We are having an issue though with caching. When we edit one of those .html files, we can navigate to it by typing in the URL directly and see our changes. But the .net page that is pulling them in is pulling in some kind of cached copy because it is not seeing the changes.
I have tried "touching" the web.config. Tried restarting the web service. Recycling the app pool. Still can't get the changes to come up.
Any ideas?
Thanks.