Hi guys, I've got a WCF service with quite a long start up time (lots of data is being fetched from Oracle into RAM). It's recycled everyday at 4am which is fine, but I would like to explicitly start it at 4:30am so the first user (using Silverlight client) will not have to wait for the service to start next morning.
What would be the best approach to do this?