views:

45

answers:

2

Hi Guys,

I am using (or want to use) Entlib 4.1 for Logging in a small app I am building for the Azure Platform - the problem is that I keep getting security exceptions related to Partial Trust?

Does anyone know how to correctly set partial trust for azure ? Or has done so ?

Thanks

+1  A: 

You can add enableNativeCodeExecution="true" to your .csdef file. This will let you run in full trust.

smarx
A: 

More generally, we published a whitepaper for Enterprise Library (5.0) on Windows Azure considerations here.

Eugenio Pace