Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello Expert

How i can use finger print biomatric device on web?
(.aspx page or in .net web application)
Posted

I believe you have asked this question earlier and I answered you there. MOSTLY, vendor provides you SDK that you can use to program your own application for that specific device, I sent you download link of SDK for your device also. Why don't you download that SDK and check sample code in there?
 
Share this answer
 
Comments
Member 13804197 3-Oct-19 0:00am    
Can you share code to me about morpho mso 1350 v3?
Member 14694242 19-Dec-19 4:22am    
sir can you share me same SDK to integrate with web application it could be very helpful
I'm astounded how often people ask this. It's clear that anyone who asks this has no idea what ASP.NET is, or what it does. It's an engine for HTML and javascript. That's what your browser knows how to work with. So, you can't. You could perhaps write an ActiveX control in C++ or an .NET control ( which means your user needs .NET installed ), or potentially nowadays use Silverlight ( I am not sure if Silverlight has access to the USB ports tho, Silverlight 4 adds printing for the first time ). Then you can use that for fingerprint scanning, and write code to interact between that and your web pages. Assuming that the user will give your control permission to run, but I assume a fingerprint scanner will be used in closed applications where that won't be an issue.
 
Share this answer
 
It require "COM CONTROL" of finger print device.

Add it on page by using "Add Refrence" wizard.
finally by using it name you can write and execute code on server side.

Use object tag on web page
<object id="idofobject" classid="CLSID:class_Id_of_com_control">
name="naemofobjecte">
</object>


down load sdk form
http://www.secugen.com/download/index.htm[^
after install sdk it give the pdf and sample demo project.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900