Hello everybody,
I am sorry, for posting out of topic question.
I have an assembly which needs full trust. In the Manifest.xml of my
sharepoint solution I have something like this:
<CodeAccessSecu rity>
<PolicyItem>
<PermissionSe t class="NamedPer missionSet" version="1"
Name="myName">
<IPermission class="AspNetHo stingPermission " version="1"
Level="Minimal" />
...
</PermissionSet>
<Assemblies>
<Assembly Name="my.assemb ly" Version="1.0.0. 0"
PublicKeyBlob=" ..." />
</Assemblies>
</PolicyItem>
</CodeAccessSecur ity>
How do I have to change this snipped to give the assembly full trust?
Any pointers will be highly appreciated.
Thanks
Jai Prakash
I am sorry, for posting out of topic question.
I have an assembly which needs full trust. In the Manifest.xml of my
sharepoint solution I have something like this:
<CodeAccessSecu rity>
<PolicyItem>
<PermissionSe t class="NamedPer missionSet" version="1"
Name="myName">
<IPermission class="AspNetHo stingPermission " version="1"
Level="Minimal" />
...
</PermissionSet>
<Assemblies>
<Assembly Name="my.assemb ly" Version="1.0.0. 0"
PublicKeyBlob=" ..." />
</Assemblies>
</PolicyItem>
</CodeAccessSecur ity>
How do I have to change this snipped to give the assembly full trust?
Any pointers will be highly appreciated.
Thanks
Jai Prakash
Comment