Re: ActiveX on Web page (General questions)
Yes it is. But there is small problem - since events are not available, you cannot set Allow=True argument in UserConnecting event.
For this, we set Allow=True by default for connections coming from 127.0.0.1 interface, and set Allow=False by default for all other connections.
So, as long as you're forwarding only localhost connections - it will work. I can create sample for you if needed.