Interesting IE problem

jfiorini

Member
Dec 7, 2001
34
0
0
I'm having a problem with Internet Explorer not reloading my site when I make changes. I'm using InterDev for editing, and IIS 5.1 (Windows XP Pro) for serving. When I save a file in InterDev and refresh IE the changes I made do not show. However, if I manually open the file from the IIS Snap-In, the changes are there, so I know that the file is getting updated on the server, not just in my local directory.
One of the files I tried changing was the include file (included virtually) "inc/news.asp". I then created a file called "default2.asp" and copied/pasted default.asp. When I loaded default2.asp, the changes that I had made in the include file showed up just fine. Of course when I tried to change default2.asp, it didn't reload again.
Anybody have any idea what's wrong?

Also, if anyone knows of any good sites for "properly" setting up IIS, could you please give me a link? I've been having some major problems with it recently.

Thank you! :confused:
 

jfall

Diamond Member
Oct 31, 2000
5,975
2
0
I may be way off base here, so forgive me if i'm wrong.. but in your Internet Options, under `Settings`.. Have you checked to see what `Check for newer version of stored pages` is set to? If it is set to never, then that may be your problem.. it should be on every time you visit the site, or automatic.
 

jfiorini

Member
Dec 7, 2001
34
0
0
Sorry, I forgot to mention that... it is set to check on every visit to the page. I also deleted all my temp. internet files, and restarted IE.

Thanks!