开发者

using RFID reader in a asp site [closed]

开发者 https://www.devze.com 2023-03-19 03:09 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. 开发者_开发技巧

I have create a web site and I need to read data which is created by rfid reader. this device has some dll which can be use in windows application. I want to know that is there any way to use those dll in my site in order that I read data from RFID reader? if not is there any way to use that device in web site?


Reading dll's on a clients machine is seen as big security risk and there is not really allowed. It is possible to use ActiveX controls (basically dll's compiled into cab files) which the user can then enable and download, this then will allow you to talk to the ActiveX control which talks to the dll's, which talks to the RFID.

I would rather suggest you use something like Silverlight with out of browser mode, which you can run on the client machine with elevated privilages, then you can talk to com object. A much better way to go.


ASP.NET application is Server side application with specific security restrictions applied. So basically, as the question is very generic so my answer too: you can do it, it's enough to be sure that your architecture fits yuor ASP.NET security/permission requirements.

Cause I immagine DLL is kind of COM component where you push signals and read alphanumeric characters specifying your RFID (passive or active) identifier.

Regards.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号