I'm fairly across the concept of IOC containers, however I am having a little bit of difficulty in understanding how I would use one in the context of my application.
I am building an application that will have an MVC web front end and also a WCF service for outside applications to be built upon.
My question is, do I have to setup an IOC such as Windsor for both, or is there a way to setup them up so that they share the same container?