I have a C# WCF project (vs2010u) and I need to be able to point to a start up method. Most applications have static void main, but I don't see that here.
How can I get a WCF service to automatically execute a particular method on startup?
Also, is there a close event that I can have it respond to as well?
Thanks.