0
Answer

Communication between Windows Service and ASP.Net WebApp

Photo of Dinesh Vijayakumar

Dinesh Vijayakumar

10y
1.9k
1
How to Communicate or transfer data between windows service and ASP.Net WebApplication.
 
We have a way to call the windows service method which known as ExecuteCommand(int arg).
 
But it takes 128-255 as parameter value.
 
Now i would like to get the status of operation currently running in window-services.
 
Thanks in Advance

Answers (0)