Hello everyone,
I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0 + ASP.Net. I am using Silverlight 3.0 as well. I want to read the content of USB Flash disk at client side, the using the information in the USB Flash disk as user profile identifier -- just like online bank service is using USB key to store client certificate (but my security requirement is not that high).
My queston is how to read the content of a specific file in USB Flash disk in web application (at client side)? Could we do this in Silverlight (if can not, any alternative solution to read USB Flash disk content)?
BTW: I want to read the content automatically, and I donot want user to select the specific file in USB Flash disk to read manually.
thanks in advance, George