How do I mark an ActiveX DLL as safe for download? I've written an ActiveX DLL that will be downloaded to a client when a web page is accessed. I've already signed the control using Verisign. The next thing is to "Mark As Safe". I've heard that I need to use IObjectSafety, but how? Where is it and what do I do with it?