Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE 6.0 128-bit wont refresh!

Status
Not open for further replies.

tedandkatie

Programmer
Jul 30, 2004
6
US
My setting are set to check for newer version of page:

"Every visit to the page"

No site will refresh!

What does NOT work:
F5, Ctrl+F5, View >> Refresh, deleting history and temp inet files, closing IE, restart PC

What does work:
Cold reboot or
(local sites) rename a folder/file and browse new folder/file (but only works once).

I can't uninstall IE6.0 and go back to IE5.5.
I have been running the same system configuration for years on different PCs and this is the first time with any problems.

I'm running Win2k Pro, IIS and Coldfusion MX.

I have searched the internet and Microsoft about this problem and I can't find the answer.

HELP!

Ted
 
Empty your Temporary Internet Files folder. IE, Tools, Internet Options, General tab.
 
thank you for the input but that doesn't work!

"....What does NOT work: ...deleting history and temp inet files...
 
Open a new notepad session, to be called IE_fix.cmd, and copy/paste the below:

regsvr32 urlmon.dll
regsvr32 Shdocvw.dll
regsvr32 Msjava.dll
regsvr32 Actxprxy.dll
regsvr32 Oleaut32.dll
regsvr32 Mshtml.dll
regsvr32 Browseui.dll
regsvr32 Shell32.dll

Save the file, then double click IE_fix.cmd and answer the prompts. Ignore any error messages.

Reboot and test again.
 
I tried the cmd and still the same.

The only variable is Nortons Internet Security 2004 but I don't see how it could be affecting the cashe files in IE.

I just deleted the Temp Inet file again and still the same.

Ted
 
Check the SyncMode5 DWORD value in the following registry key to verify the correct setting:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings

The data values for the SyncMode5 value include:
0: Never
2: Every time you start Internet Explorer
3: Every visit to the page
4: Automatically

 
I have traced to problem to ColdFusion MX Application Server 6.0, now regular html files are refreshing. cfm files are not.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top