I've written code to use the supplied ActiveX component in a windows form in VS 2003 and it works fine. What I'd like to know is if it is possible to use the compenent in a web application. I tried to create a user control out of my windows app and incude it in the web app in an object tag, but I get a security error when I try to run it. Is there something in windows that doesn't allow ActiveX compnents to use USB devices or something?
I just need to know if it is possible or not. If so please point me in the right direction.
Thanks.