My software is splitted into 2 parts:
- ASP .Net Core 3.1 application which is hosted on server
- .NET Framework 4.8 WinForms applicaнion which is deployed on client PC (I can try to place it on server if this greatly simplifies the solution of the problem). The reason why I need this separate application is third-party control that is available only for .NET Framework desktop - WinForms and WPF (unfortunatelly I cannot avoid using or replace it).
Is it possible to run that client PC application inside ASP Net Core HTML page? I don't need just launch it with System.Diagnostics.Process or similar techniques, I want I want to embed it in a ASP frame somehow. Something like WindowsFormsHost for WFP or ElementHost for WinForms.
Any help is appreciated. Thank you in advance.
Basically, you have these options: