How to force startup of WCF service -


I have an ICS hosted WCF service, and a client windows application that takes some time on the first day of use Answering the first service call, I believe that this is because IIS closes services which are not used for a period (and there is a restart time for delay service) . I was wondering if I could reduce it by calling an Ashen when my application starts (bus, possibly, to start the service) Therefore, when the application starts, "Fire and Forgets "has created a background thread that opens a connection to the service. The intention is that when my application has finished its startup and wants to use the WCF service, the thread (probably) will end and the service startup delay will not be confused by the user. / P>

Is it fair? To start the service, is there a channel to open the WCF service, or do I need to write and call some dummy method?

thank you

Check if you actually want your app to Want to handle and check out for IIS, you may use it without adding code in your series.

Comments