Accessing local client devices

J

Jeronimo Bertran

We need to create an ASP.NET application that allows the user on the
client machine to activate devices that are connected directly to his
machine (cameras and devices connected to the RS232 port). We have written
dll files that provide the interface with such devices. Howe can we, for
instance, trigger the camera using a push button in an ASP.NET form?

Thanks

Jeronimo
 
B

bruce barker

you have to create an activex control that can be hosted by IE. it should be
signed, and installed locally. it will be tricky to make it safe for
scripting compliant (you will have to validate that it is hosted by a page
from your site). if the control is not the whole app, then you can write
client script to control it.

if your dll's are written in .net, the user must all install the 22mb
runtime download.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top