views:

99

answers:

1

Are there any deployment requirements for the most popular IOC containers (example: Windsor, Ninject, Unity, StructureMap, Autofac) ? Do they all deploy the same?

If you're on a shared host, what challenges will that present (ex. medium trust, etc...)

Can they be bin deployed? GAC deployed?

Any web-hosters that come "IOC-ready"?

+2  A: 

Most of the IOC frameworks works with private assemblies and i dont know much Web hosters that allows you to deploy files into the GAC.

Oscar Cabrero
StructureMap for certain works with just a .dll.
Chris Holmes