Signing a built in ActiveX control

shazalakazoo

New Member
I currently use the built in FileSystemObject in IE (versions 6 & 8) to read/write data for a large web application. Currently each time a File IO is performed the ActiveX warning message.. "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?" ..is displayed. The client cannot change their browser security settings or tamper with their registry (large company) but would prefer not too see the message. So previous suggestions here (How to disable "ActiveX Control May Be Unsafe" popup) do not apply.The client has indicated that if the ActiveX object was signed this would be preferable. I have re-searched and found how to sign your own ActiveX control however, FileSystemObject is a built in control in IE so I don't know how I would go about signing it. Would it be possible to somehow enable this in a script and then sign that script?All suggestions appreciated!
 
Top