M
Mark
I have a .NET service I wrote running on my web server. I'd like to be able
to make infrequent calls from my my web application to this service. For
example, my service does some work every 30 minutes. I'd like my secure web
page (hosted on the same server) to tell it to "go do your thing right now"
because I can't wait 30 minutes.
I'm assuming that this requires either:
1. Remoting of some form.
2. ASPNET account to have enough rights to call a service on the same
machine.
I'd like to stick to option 1... but that's only because remoting sounds
fun. I need to learn the basics of remoting sometime.
But, feel free
to talk me out of it.
So, what I'm looking for is a brief summary of how this should be done.
Thanks in advance.
Mark
to make infrequent calls from my my web application to this service. For
example, my service does some work every 30 minutes. I'd like my secure web
page (hosted on the same server) to tell it to "go do your thing right now"
because I can't wait 30 minutes.
I'm assuming that this requires either:
1. Remoting of some form.
2. ASPNET account to have enough rights to call a service on the same
machine.
I'd like to stick to option 1... but that's only because remoting sounds
fun. I need to learn the basics of remoting sometime.

to talk me out of it.
So, what I'm looking for is a brief summary of how this should be done.
Thanks in advance.
Mark