0

it's possible to call method desktop application from webapi ? I need because I'm developing restful where some dll only run for desktop app.

Thank's

  • If your API is RESTful, it cannot "call" anything. It's usually the other way around. – Etienne de Martel Oct 17 '18 at 04:34
  • it's mean I must develop desktop application too ? or can call from webapplication ? – Konsultan IT Bandung Oct 17 '18 at 04:37
  • 1
    A desktop application requires someone to be signed on. A web service usually runs in a hosted service context (e.g. IIS) which does not require anyone to be signed on. It's a very different context. So it is likely you will have some trouble with this. – John Wu Oct 17 '18 at 05:38
  • check this out https://stackoverflow.com/questions/34757126/calling-an-asp-net-console-application-from-my-asp-net-mvc-web-application – Sujit.Warrier Oct 17 '18 at 11:43

0 Answers0