Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can we detect digital certificates usb device using C# and ASP.Net
Posted
Comments
Sergey Alexandrovich Kryukov 31-Dec-12 1:17am    
Usb devices where? On server? Client?
—SA

It hardly can make any sense at all. The Web application cannot access client computer. And on server sides, it's unlikely that you can use any USB devices from the client side. :-)

—SA
 
Share this answer
 
 
Share this answer
 
Comments
Dave Kreskowiak 28-Jun-14 10:01am    
This will NOT work in an ASP.NET app.
check out this.. u'll get help for sure.
Detecting USB Drive Removal in a C# Program[^]
 
Share this answer
 
Comments
Dave Kreskowiak 28-Jun-14 10:01am    
This will NOT work in an ASP.NET application.
You must detect it with java applet. You cant access with asp.net. But you can call applet on your aspx page
 
Share this answer
 
Comments
Dave Kreskowiak 28-Jun-14 10:02am    
Since the java code runs in the browser and is running in a restricted sandbox, the code cannot see the SUB hardware on the machine. This will not work.

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