Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends,

I am facing problem with integrating Bio metric device of Secugen Hemister Plus. I describing steps that I have done with this.

1. Install the driver of device
2. Install finger print recorder application
3. run Finger Print Recorder application, it is working fine at this level.
4. add SDK references in my asp.net website application
5. run the asp.net application it is listing in my device collection and working fine at this level also.
Now
6. when I publish website and running in IIS enviroment this is not detecting device nor throwing any error.
7. I have disable all security concerns in IE and register localhost as a trusted site in IE
but not succeed
8. I have enabled 32bit Applications true in IIS.
9. also published a test project as run unmanaged code condition
but not succeed.
any body used this device 'Secugen Hemister Plus' in asp.net website project, Please suggest waht to do. I have stuck here Please Help
Posted

1 solution

Your code is running on the server and the device is (I assume) connected to the client. The IIS server can't access hardware on the client. If you contacted the vendor for support I'm sure they could have told you this.
 
Share this answer
 
Comments
AANIL DHAKAD 6-May-15 4:34am    
client and server are same machine. it is working in visual studio not in IIS on same machine
F-ES Sitecore 6-May-15 4:42am    
It's probably down to the user account IIS is running your code under. Disable anonymous access and enable Windows Authentication, or you can do a test by leaving anonymous access enabled but changing the anonymous user to your own account.

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