嗨,我想让一个运行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
我的问题是
Castle Windsor是否受到中等信任?
我可以下载DLL而无需使用nant重新编译吗?(因为我没有这个设置,根本就不知道)
或者我可以使用另一个IOC,我可以下载并使用Medium Trust吗?
谢谢