How to find what ActiveX control is referred on a web page?

Posted by Sly on Stack Overflow See other posts from Stack Overflow or by Sly
Published on 2010-03-04T22:10:18Z Indexed on 2010/06/15 12:22 UTC
Read the original article Hit count: 249

I have developed a web application (ASP.NET Web Forms). One of my customer has very restrictive policies. When he accesses the web page, IE shows this message:

Your security settings do not allow Web sites to use ActiveX controls installed on your computer. This page may not display correctly.

As far as I know, we don't use ActiveX controls on our page. I did a "View > Souce" and did not find anything suspect.

How can I find what part of my page refers to an ActiveX. The application uses jQuery and a few jQuery plug-ins. Is there a tool/add-in like "Fire Bug" that I can use to list the ActiveX controls referred on a page?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript