如何在Web应用程序中使用DigitalPersona阅读器 [英] How to use DigitalPersona reader in web application

查看:118
本文介绍了如何在Web应用程序中使用DigitalPersona阅读器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,



我有一个来自数字角色的指纹识别器,我想在使用C#的Web应用程序中使用它。如何建立连接以从我的计算机上查看设备?



这里是一个示例项目,但它是一个桌面应用程序,所以我怎么能把它作为web申请?

http://www.mediafire.com/?bnbkfmqlzz75qcf [ ^ ]



这里是指南文件:

http://www.mediafire.com/?hf886z28hkazl3x [ ^ ]

解决方案

参考手册是一个很好的起点:

DigitalPersona开发人员参考资料 [ ^ ]



开发人员支持网页可能包含可以帮助您的信息:

开发者技术支持 [ ^ ]和 DigitalPersona开发人员WebPortal [ ^ ]


< blockquote>你不会在ASP.NET应用程序中使用它。反正不容易。



ASP.NET代码完全在服务器端运行,所以除非你打算只将指纹识别器连接到服务器,否则...



默认情况下,客户端文件系统和硬件不受浏览器中运行的代码的限制。至少可以说,使用指纹识别器将是一项重大挑战。这将要求客户端安装组件以便使用阅读器,然后您需要在网页中运行代码来处理与阅读器的交互,然后您必须将指纹识别器获得的任何数据发送到单独的在服务器上运行的组件,例如服务,用来做你需要的任何数据。


我有完全相同的问题。

我的解决方案是创建一个本地工作的Http服务器,从浏览器我向服务器发出请求,然后打开一个winforms窗口,其中

实现指纹识别器Persona Digital的事件模型。 br />


Http服务器代码由David Jeske提供,可以在

中看到此链接:https://www.codeproject.com/Articles / 137979 / Simple-HTTP-Server-in-C



我的解决方案的代码可以在这里看到:https://github.com/CarlosHRomero/SimpleHttpServer

dear all,

I have a fingerprint reader from digital persona and i want to use it in web application using C#. How can i make the connection to see the device from my computer?

here is a sample project, but it is a desktop application so how can i make it as web application?
http://www.mediafire.com/?bnbkfmqlzz75qcf[^]

here is the guide files:
http://www.mediafire.com/?hf886z28hkazl3x[^]

解决方案

The reference manual is a good place to start:
DigitalPersona Developer Reference Material[^]

The developer support web pages may have information that could help you:
Developer Technical Support [^] and DigitalPersona Developer WebPortal[^]


You're not going to use it in an ASP.NET app. Not easily anyway.

ASP.NET code runs entirely server-side, so unless you intend to connect the fingerprint reader to the server only, ...

By default, the client filesystem and hardware is off-limits to code running in a browser. Getting at the fingerprint reader will be a major challenge to say the least. This will require the client install a component in order to use the reader, then you'll need code running in the web page to handle the interaction with the reader, then you'll have to send whatever data the fingerprint reader gets to a seperate component running on the server, such as a service, to do whatever you need to with the data.


I had exactly the same problem.
My solution was to create an Http server that works locally, from the browser I make a request to the server which in turn opens a winforms window, in which
The event model of the fingerprint reader Persona Digital is implemented.

The Http server code is by David Jeske and can be seen in
This link: https://www.codeproject.com/Articles/137979/Simple-HTTP-Server-in-C

The code for my solution can be seen here: https://github.com/CarlosHRomero/SimpleHttpServer


这篇关于如何在Web应用程序中使用DigitalPersona阅读器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆