S
Stephajn Craig
Is it possible to apply remoting techniques to a Windows Service
Application?
I have an application that I'm building that is primarily ASP.NET based.
However, there are some functions that I want to have run all the time in
the background. So I am implementing a Windows service to accomplish this.
However, I'd like to expose some funtionality out of this Windows Service as
well. I'd like to be able to remote control it to a certain extent, and
have it act as a service both for the web app and for other clients I'm
building.
I understand a web service would be ideal, but the problem here is that the
requirement is for a service that is always available and doesn't have to be
instantiated.
If there is a better way to do this, by all means, PLEASE let me know.
Stephajn
Application?
I have an application that I'm building that is primarily ASP.NET based.
However, there are some functions that I want to have run all the time in
the background. So I am implementing a Windows service to accomplish this.
However, I'd like to expose some funtionality out of this Windows Service as
well. I'd like to be able to remote control it to a certain extent, and
have it act as a service both for the web app and for other clients I'm
building.
I understand a web service would be ideal, but the problem here is that the
requirement is for a service that is always available and doesn't have to be
instantiated.
If there is a better way to do this, by all means, PLEASE let me know.
Stephajn