views:

240

answers:

1

Is it possible to integrate a fingerprint reader with asp.net? Are there any C# libraries available for detecting fingerprints? How to get Started? Any suggestions?

I have no idea how to start to code the program that will store, retrieve and compare the fingerprint.

+1  A: 

I dont know how to retrieve fingerprints, but it seems to me if you want to integrate this function with asp.net, you have to use flash/activex/silverlight and stuff like that. You must have some client side application installed to do the job for you.

Han