tags:

views:

22

answers:

1

I have a RFID reader which reads my employee code. Now i want to log the date and time of the chip when it is scanned by the reader (ie) for an attendance system Login time and logoff time. I would like to use asp.net MVC and sql server 2005. Any suggestion how to integrate RFID with an asp.net mvc web application. Where should i start?

EDIT:

Any other .net technology that can make my job easier.

+3  A: 

You should look at the documentation, provided with the reader, if they have a documented API.

GvS