this is partially a duplication of the same question which has not been yet answered. See here: How can I override a component registered in Castle Windsor?
Since I cannot comment or post any answers to an existing questions I created this question again in the hope that somebody knows the answer to a seemingly basic and simple question.
Keep in mind that:
- I do not want to create a new container.
- I do not care if containers should not be used for Unit testing.
- I do not want to use derived containers.
If Castle Windsor is not able to provide this simple functionality, what other container implementation would you recommend?
.config
file for a different app - why would you? – Phatic