|
|
 |
| ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

July 1st, 2007, 09:38 AM
|
|
Registered User
|
|
Join Date: Jul 2007
Location: , , USA.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
smart card reader on client using asp.net
I made a web application for medical purposes.And i need to read from smart card readers that are found on client's computers.
The smart cards that i'm using have com dll that is responsible for reading and writing to it.
Does any body know how to deal with this component and device that are found on client side to read info on cards and deal with them.
|

July 1st, 2007, 11:44 PM
|
 |
Friend of Wrox
Points: 16,368, Level: 55 |
|
|
Join Date: Aug 2003
Location: Clifton Park, New York, USA.
Posts: 5,394
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
ASP.NET is not exactly suited for this kind of application. In order to use a COM binary you'll have to create a client applet or Active X control that gets downloaded to the client's machine (this introduces all kinds of software dependencies, of course if you are working with a known piece of hardware you will have some knowledge of the client machine capabilities). Then you'll have to communicate back to the server with the information gathered from it. You may be better off developing a thin client app that gets downloaded from your site.
- Peter
|

July 4th, 2007, 12:23 PM
|
|
Registered User
|
|
Join Date: Jul 2007
Location: , , USA.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I tried to use Activex and I used Wininet.dll APIs to send data from client to the server via the activeX, but the problem is in the security on client's computers (block ActiveX,FireWall..)
|

July 4th, 2007, 02:11 PM
|
 |
Friend of Wrox
Points: 16,368, Level: 55 |
|
|
Join Date: Aug 2003
Location: Clifton Park, New York, USA.
Posts: 5,394
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
That's not surprising. You'll probably be better off to create a downloadable app. Use web services to communicate back to the web server.
- Peter
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |