How to integrate a Web application to Call up a desktop application C # biometrics

-1

Good afternoon,

I need to make the request through the browser (chrome) calling a windows form c # on the same computer, which is a biometrics application, both use C #.

I have both codes, I made through websocket where the desktop application waits for the request to open websocket, it worked out I did not like the result, websocket sometimes does not receive the complete bits.

I would like a webservice solution, but the request has to start with the parameters of the browser, and so open the windows form later after registering the digital or validate give a browser callback again.

Thank you

    
asked by anonymous 24.08.2017 / 21:09

1 answer

0

You can make your application upload an HTTP WCF service on the local machine and call via javascript on localhost. For example, you always upload the service to some specific port. Example:

link

    
24.08.2017 / 21:36