Galera,
I developed an ASP.NET MVC application, using a webforms page, in which it is called inside an MVC page. Because only from it I was able to load the DLLs of the SDK, to send requests to a biometric reader, to capture and to authenticate the biometrics.
The Webforms page is called from the iFrame within certain views, which at some point passes the user ID that needs to be identified in a 1x1 comparison, or no parameter is passed when it is 1xN.
Right, when I made the application available for external access, and I connected the biometric reader to the computer that accessed it, 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 collaboration.