I have designed an activeX control using C#. this activex is for detecting the USB devices. after deploying in my web application all is working fine at my development PC (detecting device and capturing event from the device).
The problem is at the client side or the other PC where i am trying to access my webpage. there activex is loading fine and its detecting the device as well i.e it's capturing the plug and unplug event of the device but it is not capturing the PLAY, STOP , PAUSE button event which is working on my development PC.
I did installed the activex dll with the proper MSI program
Thanks, Syed Ahmed