Forum Moderators: open

Message Too Old, No Replies

How do i register component, so Activex Message doesnt popup in IE

         

jbhavin

12:08 pm on Jan 19, 2005 (gmt 0)

10+ Year Member



I am opening a external component within IE and it always prompts, Accepts Activex control...

What do i do , so it happens automatically!

Thanks

rocknbil

5:41 pm on Jan 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you just want it to shut off in your browser (bad idea, this is how most spyware is propagating) select Tools->Internet Options->Security->Custom Level, and click Enable for signed and unsigned activeX controls.

If you want to avoid this for your own controls, you need to aquire a code signing certificate [thawte.com] and sign your applets. Search google for code signing for other companies that provide certs.

Lord Majestic

5:45 pm on Jan 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You will still get popup unless the zone to which your site belogs is classed as Low Risk in IE -- this should not happen for external websites, thankfully, because everyone would have their machines infested with signed components from 3rd parties. Even Microsoft signed binaries will generate a popup, or at least they should.

Signing binaries will give extra credibility, and should increase by one notch security threshold at which people start being told about your control.