1
Galley,
I developed an ASP.NET MVC application, using a webforms page, which is called inside a MVC page. Because only from there I was able to load the SDK Dlls, to send requests to a biometric reader, capture and authenticate biometrics.
The Webforms page is called from iframe within certain views, that at certain times step the identification of the user that needs to be identified in a 1x1 comparison, or do not pass any parameter when it is 1xN.
Right, when I made the application available for external access, and connected the biometric reader on the computer that accessed, the application does not search the reader on the client side, but on the server side. And I need her to look on the client side. Any suggestions on how I can do this?
Thank you in advance, any cooperation.
You just found out that web application only serves some. Some works by leaps and bounds, although those who developed it think it’s great, others can not function. The solution is not to use a web application.
– Maniero
What is the biometric reader model? Which SDK does it use?
– Leonel Sanches da Silva
@The biometric reader is fultronic fs80h, and I use the neurotech megamatcher sdk.
– User80