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