Search code examples
c#.netweb-applicationswindows-services

Is it possible to call windows service or process from Web Application?


I want to call my custom windows service running on particular client machine from my Web application on button click. How can I do this?


Solution

  • I got the solution and it works. Please find below steps.

    1. Created Self-Hosted WCF service that call window services/processes
    2. Call this WCF service from your web application

    Please find below link for more details: https://techinqueincsharp.blogspot.com/2019/05/open-clients-machine-local-file-from.html