i have developed an activeX dll using visual studio 2005.when i run in ie browser it displays "activeX is unsafe to run" warning. to overcome this i have to sign the activeX dll. can you tell what is the procedure to sign a activeX dll?
i have tried signing using Self signed certificate using openssl and signtool.exe tool, and made the dll signed during the compilation and packaged with the signed dll. After Signing also i'm getting the same warning. Please can anyone give a correct method to sign an dll and use it properly ?