-2

I have two application on Desktop (WPF) and other WEB (C#). The user log from the WPF application and a WebBrowser open in a Grid! I want the same user log one time from the WPF to the WebBrowser. Any helps ?

1 Answers1

0

If I understand correctly your problem,you should use Web api for this .When wpf want to save user log, it send the web server.

If your Web app want to access your web application you can still get data by making a request to the web server. This approach is reliable and secure.

You can use this and this

Community
  • 1
  • 1
Erdem Köşk
  • 190
  • 1
  • 10