[RESOLVED] IIS Caching? (Local)
I know this does not belong in the asp.net section, but seeing you guys will be using IIS and the PHP guys wont.
I removed Apache on my machine and now only use IIS. Had the web platform installer help me get wordpress, php, mysql working as well. (Do both php and asp.net)
All works fine as before, but I just find my pages get cached somewhere (assume by IIS?) now, making it a pain to write html/css. Have to do hard refresh'es over and over before some changes get picked up.
Any advice? Been ages since I actually used IIS (now 7, but last I used was 5 I think)
Re: [RESOLVED] IIS Caching? (Local)
Hey,
Just on a side note, while I am testing html/css, I typically always hold down CTRL and hit Refresh, that way ensuring the browser requests a new version of the page.
Just a habit I have gotten into.
Gary
Re: [RESOLVED] IIS Caching? (Local)
Yep...hard refresh is what I resort too also (though I still need to do that several times, driving me nuts)
Thing with hard refresh is just it reload all your css/javascript/images. Not always that great on a development machine.
Spoke too fast about fixing it. Posted over on the PHP section about WIMP problems.