I have to create a web application in asp.net, that will be hosted on server and access client side scanner. The end users scan the images and scanned image is then uploaded to server. My web application is running successfully in single system. But when i hosted it in IIS and tried to access it from a client machine with a scanner attached to it, the application is not working.It is not able to access client side scanner.I am using WIA concept for scanning.
Can any one suggest a way to access client side scanner from server?
Ramanujan RaghavanPosted Mar 5, 2016, 11:40 AM
There is a free OCX solution here:
http://twainx.sourceforge.net/
One drawback is that OCX is only supported by some and not all versions of IE, and almost no other browsers. A more general approach installs a service at the client side that communicates with the browser and your web-based application. One such solution is this:
https://www.leadtools.com/help/leadtools/v19/dh/javascript/to/leadtools.topics.webscanning~wsc.topics.overviewwebscanningdemo.html
Reshma KPosted May 25, 2015, 7:05 AM
Shubham KumarPosted May 25, 2015, 2:21 AM