(originally posted in "Internet Explorer 8, 9, 10 forum" and was referred here)
I have a page that sometimes works in IE10 and randomly fails to load some CSS and JS components. I have seen clean loads on IE10 (and always with IE8, IE9, Chrome and FF). When I try it with IE10 I see clear signs that components of the site were not downloaded. When I bring up the dev tools, select the Network tab and start capturing I see:
I checked the server log for /images/logo-black.gif (3rd from bottom in the picture above) and I see:
6464.222.65.226 - - [26/Sep/2012:20:27:17 -0400] "GET /images/logo-black.gif HTTP/1.1" 304 - "https://controlpanel.vgocom.com/vgos" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)"
The server says it sent the file (actually 304 Cache OK) for /images/logo-black.gif .
If I reload the page it may work or I may get a different set of "(Aborted)" components. Switching to IE9 mode does the same thing. IE9 on Windows 7 works great. I am running Windows 8 on a VirtualBox 4.2 VM. Chrome on the same VM works perfectly. Other sites in IE10 seem to work OK. I have seen the same problem on a different Windows 8 install (VirtualBox 4.2 as well).
I have seen it on my top level (login) page as well: https://controlpanel.vgocom.com . Sometimes it loads cleanly but after a couple of refreshes it will wail.
I have to believe it's my site but it only happens on IE10. Any ideas how to track this down?
Thanks
Ken
Ken