哪个IOC容器以中等信任运行

Rip*_*ppo 6 .net castle-windsor medium-trust inversion-of-control

嗨,我想让一个运行Mosso的网站有Castle Windsor作为我的IOC,但是我收到以下错误.

[SecurityException: That assembly does not allow partially trusted callers.]
   GoldMine.WindsorControllerFactory..ctor() in WindsorControllerFactory.cs:33
   GoldMine.MvcApplication.Application_Start() in Global.asax.cs:70
Run Code Online (Sandbox Code Playgroud)

我的问题是

  1. Castle Windsor是否受到中等信任?
  2. 我可以下载DLL而无需使用nant重新编译吗?(因为我没有这个设置,根本就不知道)
  3. 或者我可以使用另一个IOC,我可以下载并使用Medium Trust吗?

谢谢