views:

2090

answers:

3
+1  Q: 

IE8 log file?

Is there a way to turn on logging for IE?

I'm attempting to trouble shoot an IE8 information bar message that appears for my site only when viewing on windows server 2008.

An add-on for this website failed to run. Check the security settings in Internet Options for Potential conflicts.

The pages all work as expected and I would like to know which add-on IE thinks failed to run.

The really odd thing is that it randomly appears. I can navigate through my site and the information bar message will appear on a few random pages, however when I navigate away from those pages and then back the same page the message may or may not appear.

The pages that randomly display the message only use standard html and javascript, there are no add on's to to fail to run.

A: 

See if this is of any help.

Anton Gogolev
That's not exactly what i am looking for. I need something to trace information from with in IE it self and not viewing logs that I write from my javascript code. Although it's nice to know that is available. Thanks for the response.
Aaron Carlson
+1  A: 

I was able to get some logging going by down loading the Microsoft Application Compatibility Toolkit and running the Internet Explorer Compatibility Test Tool.

I am able to see multiple "ActiveX Blocking" events but it's not giving me any details as to what the cause of them are. It's saying the CLSID is {00000000-0000-0000-0000-000000000000} and there's no control url, name or publisher. I do not have any object object tags in my html. I'm stumped as to what's causing this and starting to think this is a defect with IE.

FYI - When I attempted to run the Internet Explorer Compatibility Test Tool after installing I got a "The file size exceeds the limit allowed and cannot be saved" error message that required me to install a hot fix.

Aaron Carlson
A: 

check to see if there are any bogus object tags. Additionally, if you are using jquery 1.3.2 there is a changeset to resolve a very similiar issue. See http://dev.jquery.com/changeset/6268

David Douglas
I've pored over the HTML a few times and there are no object tags. But your comment on jquery is promising. We upgraded to 1.3.1 a while back ... probably around the time this started being an issue. I'll have to look into it.
Aaron Carlson
Here's the link to the jQuery ticket. It describes very closely the same problem I am seeing.http://dev.jquery.com/ticket/4017
Aaron Carlson