I am accessing Windows Azure. I usually use NInject as an IoC container in web applications. However, when I try to use it in the Azure web role, I get a security exception (do something with permission permission).
Has anyone used other IoCs with Azure and had succcess?
source
share