Hi,
I'm having an issue trying to run the javascript-php example on my IIS server. I've downloaded PHP 5 and installed the extension required for IIS to run php pages, I know it's working properly since I have programmed some php pages and run them from IIS and they work fine, but the php pages you provide in your example don't work,something as simple as
<?php
echo "Hola Mundo";
?>
works fine,but if I add this line:
include("GrFingerService.php");
to any php page,it doesn't work. The javascript side works fine,it turns on the biometric reader,and I somwhow managed to enroll fingerprints sending the template to an .aspx webform, but I can't do the same for the identification since the active X doesn't work with my VB-ASPX webforms in visual studio 2010. I don't know if your example doesn't work on IIS (even if my IIS is configured to execute .php files) or if it's something else.
Also,in the enroll process, Internet Explorer crashes after 6 attemps, and it takes 3 attemps to register a fingerprint.
Thanks in advance for your attention,any help would be appreciated.