S
Svante
A Web Service, or any ASP.NET application for that matter, is typically first
started on the first request to it.
I have a need for a Web Service to be automatically started, without
receiving a request first. I'd like to avoid having yet another application
as a service kick-starting the Web Service.
What is the best way to achieve the desired result? (Lets just assume that I
really, really, need to have the application start automatically, so we don't
need to discuss that).
Svante
started on the first request to it.
I have a need for a Web Service to be automatically started, without
receiving a request first. I'd like to avoid having yet another application
as a service kick-starting the Web Service.
What is the best way to achieve the desired result? (Lets just assume that I
really, really, need to have the application start automatically, so we don't
need to discuss that).
Svante