Its urgent!!!!

S

sonu

I have a component for scanning images which is a windows application.I
want to include this component in my ASP.NET project.So that this
windows application can run on clint machine. Is it possible?
 
E

Eliyahu Goldin

Although possible theoretically, it is not the best way of scanning in
ASP.NET.

How are you going to post the images to the server?

How are you going to deploy the application to clients?

How are you going to take care of numerous security issues?

There is plenty of commercial ActiveX controls with scanning capabilities
that you can use in a web application. Ask for recommendations if you want
to take this standard way.

Eliyahu

P.S. Next time put a more informative subject, like "scanning with a window
application".
 

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

Top