I have been working on implementing the Secugen fingerprint reader and API into a ASP.NET website for a homeless shelter and it is driving me insane. I am using the FDx SDK Pro for Windows API and I have custom COM components (via OCX file) that imports activeX controls into my toolbox. However the controls are only able to be used when I create a Windows Application and then create a windows form. I need to have these controls in a web form. If I try to put them in the webform the activeX tools are grayed out and it doesn't let me. There is an example with the .htm that does exactly what I am looking for so I know it is possible but I just can't tell what the dependencies are. I just am not familiar with .NET and assembly libraries. Here is the readme that comes with the API that contains the different files it has. I'm not sure if I have to create a Windows form first and then put it into my website as an object. I have tried to just put the "SecuGen.FdxSdkPro.Windows.dll" file into my bin folder but then when I run it I get the following error when I go to run it. Any input would be appreciated and let me know if uploading the .htm example or providing code would be any use.