I am writing a WF4 service and I need to perform some initialization (e.g. initializing log4net). In a normal service, I would just modify global.asax but there is no such file in the WF4 service. Where then do I place this initialization?
This must be a simple matter but I cannot find any answers here on SO or elsewhere so far. Sigh.