I have a WCF service and need to register my interfaces and my classes with structuremap, in a regular asp.net application I would do it in global.cs in onApplicationstartup since this is called before anything else, but where do I initialize my structuremap in a webservice?
I have a WCF service and need to register my interfaces and my classes
Share
You have multiple options: