How do I Resolve dependancies that rely on transient context data using castle windsor?
- by Dan Ryan
I have a WCF service application that uses a component called EnvironmentConfiguration that holds configuration information for my application. I am converting this service so that it can be used by different applications that have different configuration requirements.
I want to identify the configuration to use by allowing an additional…