How to Integrate a Web Application to Call a C# Biometric Desktop Application

Asked

Viewed 213 times

-1

Good afternoon,

I need to make the request by the browser (Chrome) by calling a windows form c# on the same computer, which is a biometric application, both use c#.

I have both codes, I made through websocket where the desktop application awaits the websocket request to open, it worked out more not liked the result, websocket sometimes does not receive the complete Bites.

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

Thank you

1 answer

0

You can move your application up a WCF HTTP service on the local machine and javascript-call on the localhost. For example, you always go up the service in some specific port. Example:

http://localhost:8083/Meuservicowcf

Browser other questions tagged

You are not signed in. Login or sign up in order to post.